TreeEnumerator<TKey,TValue>.Current Propriedade
Definição
Obtém ou define o elemento atual na coleção.Gets or sets the current element in the collection.
public:
virtual property TValue Current { TValue get(); void set(TValue value); };
public virtual TValue Current { get; set; }
member this.Current : 'Value with get, set
Public Overridable Property Current As TValue
Valor da propriedade
- TValue
O elemento atual da coleção.The current element in the collection.