SymbolResolver.Keys Propiedad

Definición

Obtiene una colección de todas las claves de la clase SymbolResolver.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

Valor de propiedad

Colección de todas las claves de la colección SymbolResolver.

Implementaciones

Se aplica a