Property | Type | Description | |
---|---|---|---|
beer | string | ||
butter | string | ||
milk | string | ||
water | string |
Method | Description | |
---|---|---|
Pail ( int i ) | ||
WriteToStream ( StreamWriter, SW ) : void | ||
WriteToStream ( string content, StreamWriter, SW ) : void |
public WriteToStream ( StreamWriter, SW ) : void | ||
SW | StreamWriter, | |
return | void |
public static WriteToStream ( string content, StreamWriter, SW ) : void | ||
content | string | |
SW | StreamWriter, | |
return | void |