संपादित करें

इसके माध्यम से साझा किया गया


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