NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SurrogateInfo Constructor

Initializes a new instance of the SurrogateInfo class.

[Visual Basic]
Public Sub New( _
   ByVal type As Type, _
   ByVal surrogate As ISerializationSurrogate _
)
[C#]
public SurrogateInfo(
   Type type,
   ISerializationSurrogate surrogate
);
[C++]
public: SurrogateInfo(
   Type* type,
   ISerializationSurrogate* surrogate
);
[JScript]
public function SurrogateInfo(
   type : Type,
   surrogate : ISerializationSurrogate
);

Parameters

type
[To be supplied.]
surrogate
[To be supplied.]

See Also

SurrogateInfo Structure | SurrogateInfo Members | System.Runtime.Serialization Namespace