System.Xml.Serialization.TempAssemblyCacheKey.TempAssemblyCacheKey C# (CSharp) Method

TempAssemblyCacheKey() private method

private TempAssemblyCacheKey ( string ns, object type ) : System.Reflection
ns string
type object
return System.Reflection
        internal TempAssemblyCacheKey(string ns, object type) {
            this.type = type;
            this.ns = ns;
        }