IKVM.Internal.CodeEmitterLocal.CodeEmitterLocal C# (CSharp) Method

CodeEmitterLocal() private method

private CodeEmitterLocal ( Type type ) : IKVM.Reflection
type IKVM.Reflection.Type
return IKVM.Reflection
        internal CodeEmitterLocal(Type type)
        {
            this.type = type;
        }