C# Class System.Configuration.SettingsPropertyValue

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

Méthodes publiques

Méthode Description
SettingsPropertyValue ( SettingsProperty property ) : System.Collections

Private Methods

Méthode Description
ConvertObjectToString ( object propValue, Type type, SettingsSerializeAs serializeAs, bool throwOnError ) : string
Deserialize ( ) : object
GetObjectFromString ( Type type, SettingsSerializeAs serializeAs, string attValue ) : object
SerializePropertyValue ( ) : object

Method Details

SettingsPropertyValue() public méthode

public SettingsPropertyValue ( SettingsProperty property ) : System.Collections
property SettingsProperty
Résultat System.Collections