DeclarativeSecurityAttributeHandleCollection.Enumerator.Current Propriedade
Definição
Obtém o elemento na coleção na posição atual do enumerador.Gets the element in the collection at the current position of the enumerator.
public:
property System::Reflection::Metadata::DeclarativeSecurityAttributeHandle Current { System::Reflection::Metadata::DeclarativeSecurityAttributeHandle get(); };
public System.Reflection.Metadata.DeclarativeSecurityAttributeHandle Current { get; }
member this.Current : System.Reflection.Metadata.DeclarativeSecurityAttributeHandle
Public ReadOnly Property Current As DeclarativeSecurityAttributeHandle
Valor da propriedade
O elemento na coleção na posição atual do enumerador.The element in the collection at the current position of the enumerator.