INode<TValue>._Value Propiedad

Definición

Obtiene o establece el valor del elemento de este nodo del contenedor.

public:
 property TValue % _Value { TValue % get(); void set(TValue % value); };
public ref TValue _Value { get; set; }
member this._Value : 'Value with get, set
Public Property _Value As TValue

Valor de propiedad

TValue

Valor del elemento de este nodo del contenedor.

Se aplica a