ReflectionCallHelper.AssertMethodAttribute Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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