RasEntryCollection Class

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Represents a strongly-typed collection of RasEntry 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 RasEntryCollection : RasOwnedCollection<RasPhoneBook, RasEntry>
Visual Basic
Public NotInheritable Class RasEntryCollection
	Inherits RasOwnedCollection(Of RasPhoneBook, RasEntry)
Visual C++
public ref class RasEntryCollection sealed : public RasOwnedCollection<RasPhoneBook^, RasEntry^>
F#
[<SealedAttribute>]
type RasEntryCollection =  
    class
        inherit RasOwnedCollection<RasPhoneBook, RasEntry>
    end

Inheritance Hierarchy

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

See Also