System.Runtime.Serialization.SurrogateKey.SurrogateKey C# (CSharp) Méthode

SurrogateKey() private méthode

private SurrogateKey ( Type type, StreamingContext context ) : System.Runtime.Remoting
type System.Type
context StreamingContext
Résultat System.Runtime.Remoting
        internal SurrogateKey(Type type, StreamingContext context) {
            m_type = type;
            m_context = context;
        }