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

SetLocalSymInfo() private method

private SetLocalSymInfo ( string name ) : void
name string
return void
        internal void SetLocalSymInfo(string name)
        {
            this.name = name;
        }