Creates a new PhasorValue from serialization parameters.
            
| C# | Visual Basic | Visual C++ | 
protected PhasorValue( SerializationInfo info, StreamingContext context )
Protected Sub New ( _ info As SerializationInfo, _ context As StreamingContext _ )
protected: PhasorValue( SerializationInfo^ info, StreamingContext context )
- info (SerializationInfo)
 - The SerializationInfo with populated with data.
 
- context (StreamingContext)
 - The source StreamingContext for this deserialization.