PropertyCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PropertyCollection class.
Overloads
| Name | Description |
|---|---|
| PropertyCollection() |
Initializes a new instance of the PropertyCollection class. |
| PropertyCollection(SerializationInfo, StreamingContext) |
Initializes a new instance of the PropertyCollection class. |
PropertyCollection()
Initializes a new instance of the PropertyCollection class.
public:
PropertyCollection();
public PropertyCollection();
Public Sub New ()
Remarks
Initializes any fields to their default values.
Applies to
PropertyCollection(SerializationInfo, StreamingContext)
Initializes a new instance of the PropertyCollection class.
protected:
PropertyCollection(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected PropertyCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.PropertyCollection : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.PropertyCollection
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The data needed to serialize or deserialize an object.
- context
- StreamingContext
The source and destination of a given serialized stream.