[]
Creates a new presentation space object container.
public PSContainer()
Public Sub New()
Creates a new container object from serialization.
protected PSContainer(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Object that holds the serialized object data |
StreamingContext | context | Contexual information about the source or destination of the serialization |