System.Xml.Serialization.TempAssemblyCacheKey.TempAssemblyCacheKey C# (CSharp) Méthode

TempAssemblyCacheKey() private méthode

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