Method | Description | |
---|---|---|
Extract ( string fullFilename, string pattern ) : string |
Extracts a snippet.
|
Method | Description | |
---|---|---|
LoadFile ( string fullFilename ) : string |
Loads a file from the file name.
|
public Extract ( string fullFilename, string pattern ) : string | ||
fullFilename | string | The full filename (with path) to load and to extract the snippet from. |
pattern | string | The extraction pattern, never used for this implementation. |
return | string |
protected LoadFile ( string fullFilename ) : string | ||
fullFilename | string | The full filename. |
return | string |