|
| DotRas SDK Documentation |
| RasOwnedCollection<(Of <(<'TOwner, TObject>)>)> Constructor |
| RasOwnedCollection<(Of <(<'TOwner, TObject>)>)> Class See Also Send Feedback |
|
Initializes a new instance of the RasOwnedCollection<(Of <(<'TOwner, TObject>)>)> class.
Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
protected RasOwnedCollection( TOwner owner ) |
| Visual Basic |
|---|
Protected Sub New ( owner As TOwner ) |
| Visual C++ |
|---|
protected: RasOwnedCollection( TOwner owner ) |
| F# |
|---|
new : owner : 'TOwner -> RasOwnedCollection |
Parameters
- owner
- Type: TOwner
The owner of the collection.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | owner is a null reference (Nothing in Visual Basic). |