System.Runtime.Remoting.RemotingServices.IsMethodOverloaded C# (CSharp) Метод

IsMethodOverloaded() приватный Метод

private IsMethodOverloaded ( IMethodMessage msg ) : bool
msg IMethodMessage
Результат bool
        public static bool IsMethodOverloaded(IMethodMessage msg)
        {
            RemotingMethodCachedData cache = 
                InternalRemotingServices.GetReflectionCachedData(msg.MethodBase);

            return cache.IsOverloaded();            
        } // IsMethodOverloaded
        
RemotingServices