VistaDB 6
VistaDB.Diagnostic Namespace / Errors Class / Keys Property


In This Topic
    Keys Property (Errors)
    In This Topic
    Gets a collection containing the keys in the System.Collections.Generic.Dictionary`2.
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public ReadOnly Property Keys As System.Collections.Generic.Dictionary.KeyCollection(Of TKey,TValue)
    'Usage
     
    
    Dim instance As Errors
    Dim value As System.Collections.Generic.Dictionary.KeyCollection(Of TKey,TValue)
     
    value = instance.Keys
    [__DynamicallyInvokable()]
    public System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue> Keys {get;}

    Property Value

    A System.Collections.Generic.Dictionary`2.KeyCollection containing the keys in the System.Collections.Generic.Dictionary`2.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also