C# Class Sanderling.Parse.MenuExtension

Afficher le fichier Open project: Arcitectus/Sanderling

Méthodes publiques

Méthode Description
EntryFirstMatchingRegexPattern ( this menu, string regexPattern, RegexOptions regexOptions = RegexOptions.None ) : Sanderling.Interface.MemoryStruct.IMenuEntry
Parse ( this raw ) : IMenu
Parse ( this raw ) : IMenuEntry

Method Details

EntryFirstMatchingRegexPattern() static public méthode

static public EntryFirstMatchingRegexPattern ( this menu, string regexPattern, RegexOptions regexOptions = RegexOptions.None ) : Sanderling.Interface.MemoryStruct.IMenuEntry
menu this
regexPattern string
regexOptions RegexOptions
Résultat Sanderling.Interface.MemoryStruct.IMenuEntry

Parse() static public méthode

static public Parse ( this raw ) : IMenu
raw this
Résultat IMenu

Parse() static public méthode

static public Parse ( this raw ) : IMenuEntry
raw this
Résultat IMenuEntry