Share via


DictTable.Doesmethodexist(String) Method

Definition

Checks whether a given method exists on the table.

public:
 virtual bool Doesmethodexist(System::String ^ _name);
public virtual bool Doesmethodexist (string _name);
abstract member Doesmethodexist : string -> bool
override this.Doesmethodexist : string -> bool
Public Overridable Function Doesmethodexist (_name As String) As Boolean

Parameters

_name
String

Returns

true if the given method exists on the table; otherwise, false.

Remarks

This API is the preferred way to check whether a method exists on the table without checking whether the method compiled successfully.

Applies to