Orc.NuGetExplorer.StringExtensions.ToInline C# (CSharp) Method

ToInline() public static method

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