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