Orc.NuGetExplorer.StringExtensions.ToInline C# (CSharp) Méthode

ToInline() public static méthode

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