C# Class System.Configuration.PropertyInformationCollection

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CopyTo ( PropertyInformation array, int index ) : void
GetEnumerator ( ) : IEnumerator
this ( string propertyName ) : PropertyInformation

Private Methods

Méthode Description
GetObjectData ( System.Configuration.SerializationInfo info, StreamingContext context ) : void
PropertyInformationCollection ( ConfigurationElement thisElement ) : System
this ( int index ) : PropertyInformation

Method Details

CopyTo() public méthode

public CopyTo ( PropertyInformation array, int index ) : void
array PropertyInformation
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

this() public méthode

public this ( string propertyName ) : PropertyInformation
propertyName string
Résultat PropertyInformation