IronRuby.Compiler.Ast.InstanceVariable.InstanceVariable C# (CSharp) Method

InstanceVariable() public method

public InstanceVariable ( string name, Microsoft.Scripting.SourceSpan location ) : System.Diagnostics
name string
location Microsoft.Scripting.SourceSpan
return System.Diagnostics
        public InstanceVariable(string/*!*/ name, SourceSpan location)
            : base(name, location) {
            Debug.Assert(name.StartsWith("@"));
        }