C# Class System.Data.PropertyCollection

Inheritance: System.Collections.Hashtable, ICloneable
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
PropertyCollection ( ) : System.Collections

Protected Methods

Method Description
PropertyCollection ( SerializationInfo info, StreamingContext context ) : System.Collections

Method Details

Clone() public method

public Clone ( ) : object
return object

PropertyCollection() public method

public PropertyCollection ( ) : System.Collections
return System.Collections

PropertyCollection() protected method

protected PropertyCollection ( SerializationInfo info, StreamingContext context ) : System.Collections
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.Collections