Boo.Lang.Compiler.Steps.ProcessMethodBodies.IsChar C# (CSharp) 메소드

IsChar() 개인적인 메소드

private IsChar ( IType type ) : bool
type IType
리턴 bool
        bool IsChar(IType type)
        {
            return TypeSystemServices.CharType == type;
        }
ProcessMethodBodies