Rhino.Ast.VariableDeclaration.SetIsStatement C# (CSharp) 메소드

SetIsStatement() 공개 메소드

Set or unset the statement flag.
Set or unset the statement flag.
public SetIsStatement ( bool isStatement ) : void
isStatement bool
리턴 void
		public virtual void SetIsStatement(bool isStatement)
		{
			this.isStatement = isStatement;
		}