C# Class System.Configuration.SettingElement

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

Private Properties

Свойство Type Description
SettingElement System

Méthodes publiques

Méthode Description
Equals ( object settings ) : bool
GetHashCode ( ) : int
SettingElement ( String name, SettingsSerializeAs serializeAs ) : System

Private Methods

Méthode Description
SettingElement ( ) : System

Method Details

Equals() public méthode

public Equals ( object settings ) : bool
settings object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SettingElement() public méthode

public SettingElement ( String name, SettingsSerializeAs serializeAs ) : System
name String
serializeAs SettingsSerializeAs
Résultat System