C# Class Builderdash.Configuration.ServerConfiguration

Inheritance: System.Configuration.ConfigurationElement
Show file Open project: gdau/Builderdash Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ServerConfiguration ( ) : System

Protected Methods

Method Description
OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool

Method Details

OnDeserializeUnrecognizedAttribute() protected method

protected OnDeserializeUnrecognizedAttribute ( string name, string value ) : bool
name string
value string
return bool

ServerConfiguration() public method

public ServerConfiguration ( ) : System
return System