C# Class System.Data.PropertyCollection

Inheritance: System.Collections.Hashtable, ICloneable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
PropertyCollection ( ) : System.Collections

Méthodes protégées

Méthode Description
PropertyCollection ( SerializationInfo info, StreamingContext context ) : System.Collections

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

PropertyCollection() public méthode

public PropertyCollection ( ) : System.Collections
Résultat System.Collections

PropertyCollection() protected méthode

protected PropertyCollection ( SerializationInfo info, StreamingContext context ) : System.Collections
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System.Collections