SymbolResolver.Keys 속성

정의

에 있는 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)

속성 값

에 있는 모든 키의 컬렉션입니다 SymbolResolver.

구현

적용 대상