Метод | Описание | |
---|---|---|
Generate ( string namespacename, string classname, string path ) : void |
Create a file classname.cs in the directory path. The file contains the static class with name classname and has namespace namespacename. The class has static fields that map unicode categories to their character ranges and provide whitespace ranges. The fields are for the ASCII case (7 bits), CP437 case (8 bits) and for UTF16 (16 bits). Overwrites an existing file, even if the existing file is write protected.
|
Метод | Описание | |
---|---|---|
WriteRangeFields ( BitWidth encoding, |
public static Generate ( string namespacename, string classname, string path ) : void | ||
namespacename | string | namespace for the class |
classname | string | name of the class |
path | string | path where the file is written |
Результат | void |