PropertyInformationCollection Methods
.NET Framework 4.5
The PropertyInformationCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
CopyTo | Copies the entire PropertyInformationCollection collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetEnumerator | Gets an IEnumerator object, which is used to iterate through this PropertyInformationCollection collection. (Overrides NameObjectCollectionBase.GetEnumerator().) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetObjectData | Populates a SerializationInfo object with the data needed to serialize the PropertyInformationCollection instance. (Overrides NameObjectCollectionBase.GetObjectData(SerializationInfo, StreamingContext).) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from NameObjectCollectionBase.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ICollection.CopyTo | Copies the entire NameObjectCollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from NameObjectCollectionBase.) |