C# Класс Bind.Utilities

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Acronyms System.Text.RegularExpressions.Regex
Extensions System.Text.RegularExpressions.Regex
Separators char[]

Приватные методы

Метод Описание
GetGL2Extension ( string name ) : string
IsGL2Extension ( string function ) : bool
Merge ( Bind.Structures.Enum s, Constant t ) : Bind.Structures.Enum

Places a new constant in the specified enum, if it doesn't already exist. The existing constant is replaced iff the new has a numeric value and the old has a reference value (eg 0x5 is preferred over AttribMask.Foo)

Merge ( DelegateCollection delegates, Bind.Structures.Delegate t ) : void
Merge ( DelegateCollection delegates, DelegateCollection new_delegates ) : void
Merge ( EnumCollection enums, Bind.Structures.Enum t ) : void

Merges the given enum into the enum list. If an enum of the same name exists, it merges their respective constants.

Merge ( EnumCollection enums, EnumCollection new_enums ) : void
OpenSpecFile ( string folder, string file ) : StreamReader
StripGL2Extension ( string p ) : string

Описание свойств

Acronyms публичное статическое свойство

public static Regex,System.Text.RegularExpressions Acronyms
Результат System.Text.RegularExpressions.Regex

Extensions публичное статическое свойство

public static Regex,System.Text.RegularExpressions Extensions
Результат System.Text.RegularExpressions.Regex

Separators публичное статическое свойство

public static char[] Separators
Результат char[]