次の方法で共有


ReflectionCallHelper.AssertMethodAttribute Method

Definition

public:
 static bool AssertMethodAttribute(Type ^ type, System::String ^ MethodName, int parametersCount, System::String ^ requiredAttributeName);
public static bool AssertMethodAttribute (Type type, string MethodName, int parametersCount, string requiredAttributeName);
static member AssertMethodAttribute : Type * string * int * string -> bool
Public Function AssertMethodAttribute (type As Type, MethodName As String, parametersCount As Integer, requiredAttributeName As String) As Boolean

Parameters

type
Type
MethodName
String
parametersCount
Int32
requiredAttributeName
String

Returns

Applies to