C# Class System.Configuration.PropertyInformationCollection

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

CopyTo() public method

public CopyTo ( PropertyInformation array, int index ) : void
array PropertyInformation
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

this() public method

public this ( string propertyName ) : PropertyInformation
propertyName string
return PropertyInformation