namespace CC_Functions.Misc { /// /// Characters for use in CC-Functions.CommandLine /// public static class SpecialChars { /// /// The space character /// public const char Empty = ' '; } }