InstanceDescriptor.Arguments 属性

定义

获取参数的集合,这些参数可用于重新构造此实例说明符所表示的对象的实例。

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

属性值

可用于创建该对象的参数的 ICollection

适用于