Boo.Lang.Compiler.Steps.EmitAssembly.IsByAddress C# (CSharp) Method

IsByAddress() private method

private IsByAddress ( IType type ) : bool
type IType
return bool
        bool IsByAddress(IType type)
        {
            return (_byAddress == type);
        }
EmitAssembly