TypeElement.Parameters 属性

定义

获取参数的集合。Gets a collection of parameters.

public:
 property System::Runtime::Serialization::Configuration::ParameterElementCollection ^ Parameters { System::Runtime::Serialization::Configuration::ParameterElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.Runtime.Serialization.Configuration.ParameterElementCollection Parameters { get; }
[<System.Configuration.ConfigurationProperty("", DefaultValue=Mono.Cecil.CustomAttributeArgument, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Parameters : System.Runtime.Serialization.Configuration.ParameterElementCollection
Public ReadOnly Property Parameters As ParameterElementCollection

属性值

ParameterElementCollection

一个包含类型的参数的 ParameterElementCollectionA ParameterElementCollection that contains the parameters for the type.

属性

适用于