 | Result(SerialisationInfo, Streamingcontext) Constructor |
Deserialisation constructor.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxprotected Result(
SerialisationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerialisationInfo,
context As StreamingContext
)
protected:
Result(
SerialisationInfo^ info,
StreamingContext context
)
new :
info : SerialisationInfo *
context : StreamingContext -> Result
Parameters
- info SerialisationInfo
- Property container.
- context StreamingContext
- Transfer context.
See also