Boo.Lang.Compiler.Steps.ProcessMethodBodies.IsChar C# (CSharp) Method

IsChar() private method

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