Click or drag to resize
DigitalRuneEffectParameterBindingCollection Properties

The EffectParameterBindingCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from CollectionEffectParameterBinding.)
Public propertyHints
Gets a value indicating which effect parameters can be added to this collection.
Public propertyItemInt32
Gets or sets the element at the specified index.
(Inherited from CollectionEffectParameterBinding.)
Public propertyItemEffectParameter
Gets the EffectParameterBinding for the specified effect parameter.
Public propertyItemString
Gets the EffectParameterBinding for the effect parameter with the specified name.
Protected propertyItems (Inherited from CollectionEffectParameterBinding.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from CollectionEffectParameterBinding.)
Explicit interface implementationPrivate propertyICollectionTIsReadOnly (Inherited from CollectionEffectParameterBinding.)
Explicit interface implementationPrivate propertyIListIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from CollectionEffectParameterBinding.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionEffectParameterBinding.)
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element at the specified index.
(Inherited from CollectionEffectParameterBinding.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionEffectParameterBinding.)
Top
See Also