Fork me on GitHubEpicdominant domains
APIEpic.Query.Object.ExpressionsExpressionGetObjectData(SerializationInfo, StreamingContext)

GetObjectData Method (info, context)
Register into info the data to be stored in the serialization.

Assembly: Epic.Query.Object

Declaration Syntax
C#
[SecurityPermissionAttribute(SecurityAction.Demand, SerializationFormatter = true)]
protected abstract void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)
Parameters
info (SerializationInfo)
Serialization informations (will never be nullNothingnullptr).
context (StreamingContext)
Streaming context.
blog comments powered by Disqus