System.Reflection.Emit.LocalSymInfo.AddUsingNamespace C# (CSharp) Method

AddUsingNamespace() private method

private AddUsingNamespace ( String strNamespace ) : void
strNamespace String
return void
        internal void AddUsingNamespace(String strNamespace)
        {
            EnsureCapacityNamespace();
            m_namespace[m_iNameSpaceCount++] = strNamespace;

        }