Name | Description | |
---|---|---|
Count | Overridden. Gets the number of MimerParameter objects in the collection. | |
IsFixedSize | Overridden. Returns whether the collection has a fixed size. | |
IsReadOnly | Overridden. Returns whether the collection is read only. | |
IsSynchronized | Overridden. Returns whether the collection is synchronized. | |
Item | Overloaded. Gets or sets the MimerParameter with the specified name.
In C#, this property is the indexer for the MimerParameterCollection class. | |
SyncRoot | Overridden. Returns an System.Object to be used for synchronizing access to the MimerParameterCollection. |