C# Class Sanderling.Parse.MenuExtension

Show file Open project: Arcitectus/Sanderling

Public Methods

Method 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 method

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

Parse() static public method

static public Parse ( this raw ) : IMenu
raw this
return IMenu

Parse() static public method

static public Parse ( this raw ) : IMenuEntry
raw this
return IMenuEntry