DotRas SDK Documentation |
RasOwnedCollection<(Of <(<'TOwner, TObject>)>)> Class |
Members See Also Send Feedback |
Provides the abstract base class for a remote-capable collection whose objects are owned by other objects. This class must be inherited.
Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public abstract class RasOwnedCollection<TOwner, TObject> : RasCollection<TObject> where TOwner : class where TObject : class |
Visual Basic |
---|
Public MustInherit Class RasOwnedCollection(Of TOwner As Class, TObject As Class) Inherits RasCollection(Of TObject) |
Visual C++ |
---|
generic<typename TOwner, typename TObject> where TOwner : ref class where TObject : ref class public ref class RasOwnedCollection abstract : public RasCollection<TObject> |
F# |
---|
[<AbstractClassAttribute>] type RasOwnedCollection<'TOwner, 'TObject when 'TOwner : not struct when 'TObject : not struct> = class inherit RasCollection<'TObject> end |
Type Parameters
- TOwner
- The type of object that owns the objects in the collection.
- TObject
- The type of object contained in the collection.
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
DotRas.Design..::..RasCollection<(Of <(<'TObject>)>)>
DotRas.Design..::..RasOwnedCollection<(Of <(<'TOwner, TObject>)>)>
DotRas..::..RasEntryCollection
DotRas..::..RasSubEntryCollection
System..::..MarshalByRefObject
DotRas.Design..::..RasCollection<(Of <(<'TObject>)>)>
DotRas.Design..::..RasOwnedCollection<(Of <(<'TOwner, TObject>)>)>
DotRas..::..RasEntryCollection
DotRas..::..RasSubEntryCollection