Rhino.Ast.VariableDeclaration.SetIsStatement C# (CSharp) Méthode

SetIsStatement() public méthode

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