InstanceDescriptor.Arguments Property

Definition

Gets the collection of arguments that can be used to reconstruct an instance of the object that this instance descriptor represents.

public:
 property System::Collections::ICollection ^ Arguments { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Arguments { get; }
member this.Arguments : System.Collections.ICollection
Public ReadOnly Property Arguments As ICollection

Property Value

An ICollection of arguments that can be used to create the object.

Applies to