ParameterCollection Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Unity Application Block information can be found at the Unity Application Block site.

The ParameterCollection type exposes the following members.

Constructors

  Name Description
Ee651280.pubmethod(en-us,PandP.10).gif ParameterCollection
Construct a new ParameterCollection that wraps the given array of arguments.

Methods

  Name Description
Ee651280.pubmethod(en-us,PandP.10).gif Add
Adds to the collection. This is a read only collection, so this method always throws NotSupportedException.
Ee651280.pubmethod(en-us,PandP.10).gif Clear
Remove all items in the collection. This collection is fixed-size, so this method always throws NotSupportedException.
Ee651280.pubmethod(en-us,PandP.10).gif Contains
Checks to see if the collection contains the given object.
Ee651280.pubmethod(en-us,PandP.10).gif CopyTo
Copies the contents of this collection to the given array.
Ee651280.pubmethod(en-us,PandP.10).gif Equals (Inherited from Object.)
Ee651280.protmethod(en-us,PandP.10).gif Finalize (Inherited from Object.)
Ee651280.pubmethod(en-us,PandP.10).gif GetEnumerator
Gets an enumerator object to support the foreach construct.
Ee651280.pubmethod(en-us,PandP.10).gif GetHashCode (Inherited from Object.)
Ee651280.pubmethod(en-us,PandP.10).gif GetParameterInfo Overloaded.
Ee651280.pubmethod(en-us,PandP.10).gif GetType (Inherited from Object.)
Ee651280.pubmethod(en-us,PandP.10).gif IndexOf
Returns the index of the given object, or -1 if not found.
Ee651280.pubmethod(en-us,PandP.10).gif Insert
Inserts a new item. This is a fixed-size collection, so this method throws NotSupportedException.
Ee651280.protmethod(en-us,PandP.10).gif MemberwiseClone (Inherited from Object.)
Ee651280.pubmethod(en-us,PandP.10).gif ParameterName
Gets the name of a parameter based on index.
Ee651280.pubmethod(en-us,PandP.10).gif Remove
Removes the given item. This is a fixed-size collection, so this method throws NotSupportedException.
Ee651280.pubmethod(en-us,PandP.10).gif RemoveAt
Removes the given item. This is a fixed-size collection, so this method throws NotSupportedException.
Ee651280.pubmethod(en-us,PandP.10).gif ToString (Inherited from Object.)

Properties

  Name Description
Ee651280.pubproperty(en-us,PandP.10).gif Count
Total number of items in the collection.
Ee651280.pubproperty(en-us,PandP.10).gif IsFixedSize
Is this collection fixed size?
Ee651280.pubproperty(en-us,PandP.10).gif IsReadOnly
Is this collection read only?
Ee651280.pubproperty(en-us,PandP.10).gif IsSynchronized
Is the object synchronized for thread safety?
Ee651280.pubproperty(en-us,PandP.10).gif Item Overloaded.
Ee651280.pubproperty(en-us,PandP.10).gif SyncRoot
Gets a synchronized version of this collection. WARNING: Not implemented completely, DO NOT USE THIS METHOD.

See Also

ParameterCollection Class

Microsoft.Practices.Unity.InterceptionExtension Namespace