System.Runtime.Serialization.SurrogateKey.SurrogateKey C# (CSharp) Method

SurrogateKey() private method

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