| MaterialIDictionaryString, EffectBindingKeys Property |
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax ICollection<string> IDictionary<string, EffectBinding>.Keys { get; }
Private ReadOnly Property Keys As ICollection(Of String)
Implements IDictionary(Of String, EffectBinding).Keys
Get
private:
virtual property ICollection<String^>^ Keys {
ICollection<String^>^ get () sealed = IDictionary<String^, EffectBinding^>::Keys::get;
}
private abstract Keys : ICollection<string> with get
private override Keys : ICollection<string> with get
Return Value
Type:
ICollectionStringAn
ICollectionT containing the keys of the object that implements
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueKeysSee Also