IKVM.Reflection.Type.__GetDeclaredMethods C# (CSharp) Method

__GetDeclaredMethods() public method

public __GetDeclaredMethods ( ) : MethodBase[]
return MethodBase[]
        public virtual MethodBase[] __GetDeclaredMethods()
        {
            return Empty<MethodBase>.Array;
        }