ParameterElement.Index Propriedade

Definição

Obtém ou define a posição do tipo conhecido genérico.Gets or sets the position of the generic known type.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 property int Index { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("index", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int Index { get; set; }
[<System.Configuration.ConfigurationProperty("index", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.Index : int with get, set
Public Property Index As Integer

Valor da propriedade

Int32

A posição do parâmetro no tipo declarado genérico que o contém.The position of the parameter in the containing generic declared type.

Atributos

Aplica-se a