Orc.NuGetExplorer.StringExtensions.ToInline C# (CSharp) 메소드

ToInline() 공개 정적인 메소드

public static ToInline ( this text ) : Inline
text this
리턴 Inline
        public static Inline ToInline(this string text)
        {
            return new Run(text);
        }
        #endregion