Rhino.Ast.VariableDeclaration.IsLet C# (CSharp) Метод

IsLet() публичный Метод

Returns true if this is a Rhino.Token.LET declaration.
public IsLet ( ) : bool
Результат bool
		public virtual bool IsLet()
		{
			return type == Token.LET;
		}