blob: ba9f873e9facdad74fbfb15f8e140102da1aec3b [file] [log] [blame]
private string s = "";
public int Amount
{
get
{
;
}
set
{
;
}
}
public EventHandler MyCustomEventHandler
{
add
{
;
}
remove
{
;
}
}
public this[string index]
{
get;
set;
}
private string s2 = "";