Tokenizer<TSymbol,TSymbolType>.CurrentState Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
protected:
property Nullable<int> CurrentState { Nullable<int> get(); void set(Nullable<int> value); };
protected int? CurrentState { get; set; }
member this.CurrentState : Nullable<int> with get, set
Protected Property CurrentState As Nullable(Of Integer)