Click or drag to resize
DigitalRuneEffectParameterBindingCollection Properties

The EffectParameterBindingCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from Collection<EffectParameterBinding>.)
Public propertyHints
Gets a value indicating which effect parameters can be added to this collection.
Public propertyItem[Int32]
Gets or sets the element at the specified index.
(Inherited from Collection<EffectParameterBinding>.)
Public propertyItem[EffectParameter]
Gets the EffectParameterBinding for the specified effect parameter.
Public propertyItem[String]
Gets the EffectParameterBinding for the effect parameter with the specified name.
Protected propertyItems (Inherited from Collection<EffectParameterBinding>.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIList.IsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from Collection<EffectParameterBinding>.)
Explicit interface implementationPrivate propertyICollection<T>.IsReadOnly (Inherited from Collection<EffectParameterBinding>.)
Explicit interface implementationPrivate propertyIList.IsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from Collection<EffectParameterBinding>.)
Explicit interface implementationPrivate propertyICollection.IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from Collection<EffectParameterBinding>.)
Explicit interface implementationPrivate propertyIList.Item
Gets or sets the element at the specified index.
(Inherited from Collection<EffectParameterBinding>.)
Explicit interface implementationPrivate propertyICollection.SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from Collection<EffectParameterBinding>.)
Top
See Also