AP.MobileToolkit.Fonts.Tests.Fonts.FontAwesomeSolidTests.MapsToGlyph C# (CSharp) 메소드

MapsToGlyph() 개인적인 메소드

private MapsToGlyph ( string mapping, string expectedGlyph ) : void
mapping string
expectedGlyph string
리턴 void
        public void MapsToGlyph(string mapping, string expectedGlyph)
        {
            MapsToGlyphInternal(mapping, expectedGlyph);
        }
    }