RasSubEntryCollection Class

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Represents a strongly-typed collection of RasSubEntry objects. This class cannot be inherited.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public sealed class RasSubEntryCollection : RasOwnedCollection<RasEntry, RasSubEntry>
Visual Basic
Public NotInheritable Class RasSubEntryCollection
	Inherits RasOwnedCollection(Of RasEntry, RasSubEntry)
Visual C++
public ref class RasSubEntryCollection sealed : public RasOwnedCollection<RasEntry^, RasSubEntry^>
F#
[<SealedAttribute>]
type RasSubEntryCollection =  
    class
        inherit RasOwnedCollection<RasEntry, RasSubEntry>
    end

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DotRas.Design..::..RasCollection<(Of <(<'RasSubEntry>)>)>
      DotRas.Design..::..RasOwnedCollection<(Of <(<'RasEntry, RasSubEntry>)>)>
        DotRas..::..RasSubEntryCollection

See Also