SymbolResolver.Values プロパティ
定義
SymbolResolver のすべての値のコレクションを取得します。Gets a collection of all values in the SymbolResolver.
public:
property System::Collections::Generic::ICollection<System::Object ^> ^ Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
public System.Collections.Generic.ICollection<object> Values { get; }
member this.Values : System.Collections.Generic.ICollection<obj>
Public ReadOnly Property Values As ICollection(Of Object)
プロパティ値
SymbolResolver のすべての値のコレクション。A collection of all values in the SymbolResolver.