| MaterialInstanceIDictionaryString, EffectBindingValues Property |
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax ICollection<EffectBinding> IDictionary<string, EffectBinding>.Values { get; }
Private ReadOnly Property Values As ICollection(Of EffectBinding)
Implements IDictionary(Of String, EffectBinding).Values
Get
private:
virtual property ICollection<EffectBinding^>^ Values {
ICollection<EffectBinding^>^ get () sealed = IDictionary<String^, EffectBinding^>::Values::get;
}
private abstract Values : ICollection<EffectBinding> with get
private override Values : ICollection<EffectBinding> with get
Return Value
Type:
ICollectionEffectBindingAn
ICollectionT containing the values in the object that implements
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueValuesSee Also