Usual Constructor (SerializationInfo, StreamingContext) | |
Initializes a new instance of the
Usual class
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax CONSTRUCTOR(
info AS SerializationInfo,
context AS StreamingContext
)
public Usual(
SerializationInfo info,
StreamingContext context
)
Request Example
View SourceParameters
- info
- Type: SerializationInfo
- context
- Type: StreamingContext
See Also