Gets the names of methods that have signatures compatible with the specified delegate class.
[Visual Basic] Overridable Public Function GetCompatibleMethods( _ ByVal delegateClass As Type _ ) As String () [C#] public virtual string[] GetCompatibleMethods( Type delegateClass ); [C++] public: virtual String* GetCompatibleMethods( Type* delegateClass ) []; [JScript] public function GetCompatibleMethods( delegateClass : Type ) : String[];
An array of strings that contain the names of compatible methods.
ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace