Microsoft.JScript.AssemblyCustomAttributeList.AssemblyCustomAttributeList C# (CSharp) Method

AssemblyCustomAttributeList() private method

private AssemblyCustomAttributeList ( CustomAttributeList list ) : System
list CustomAttributeList
return System
      internal AssemblyCustomAttributeList(CustomAttributeList list)
        : base(list.context) {
        this.list = list;
        this.okToUse = false;
      }