C# 클래스 Sanderling.Parse.MenuExtension

파일 보기 프로젝트 열기: Arcitectus/Sanderling

공개 메소드들

메소드 설명
EntryFirstMatchingRegexPattern ( this menu, string regexPattern, RegexOptions regexOptions = RegexOptions.None ) : Sanderling.Interface.MemoryStruct.IMenuEntry
Parse ( this raw ) : IMenu
Parse ( this raw ) : IMenuEntry

메소드 상세

EntryFirstMatchingRegexPattern() 정적인 공개 메소드

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

Parse() 정적인 공개 메소드

static public Parse ( this raw ) : IMenu
raw this
리턴 IMenu

Parse() 정적인 공개 메소드

static public Parse ( this raw ) : IMenuEntry
raw this
리턴 IMenuEntry