Boo.Lang.Compiler.TypeSystem.InternalLocal.InternalLocal C# (CSharp) Method

InternalLocal() public method

public InternalLocal ( Boo local, IType type )
local Boo
type IType
        public InternalLocal(Boo.Lang.Compiler.Ast.Local local, IType type)
        {
            _local = local;
            _type = type;
            _shared = false;
        }