C# Class ConfigReader.SplittedName

Show file Open project: troygoode/ConfigReader Class Usage Examples

Public Properties

Property Type Description
Key string
TypeName string

Public Methods

Method Description
SplittedName ( string typeName, string key )

Method Details

SplittedName() public method

public SplittedName ( string typeName, string key )
typeName string
key string

Property Details

Key public property

public string Key
return string

TypeName public property

public string TypeName
return string