C# Class FreakySources.QuineParam

Show file Open project: KvanTTT/Freaky-Sources

Public Properties

Property Type Description
KeyBegin string
KeyEnd string
KeySubstitute string
Value string

Public Methods

Method Description
QuineParam ( string key, string value, string keySubstitute )
QuineParam ( string keyBegin, string keyEnd, string value, string keySubstitute )
ToString ( ) : string

Method Details

QuineParam() public method

public QuineParam ( string key, string value, string keySubstitute )
key string
value string
keySubstitute string

QuineParam() public method

public QuineParam ( string keyBegin, string keyEnd, string value, string keySubstitute )
keyBegin string
keyEnd string
value string
keySubstitute string

ToString() public method

public ToString ( ) : string
return string

Property Details

KeyBegin public property

public string KeyBegin
return string

KeyEnd public property

public string KeyEnd
return string

KeySubstitute public property

public string KeySubstitute
return string

Value public property

public string Value
return string