AttributesSyncGetMethodAttributeName Method

Get name of method with the SynchronizableMethod attribute by index.

Definition

Namespace: Alteruna
Assembly: Alteruna.Trinity (in Alteruna.Trinity.dll) Version: 1.3.4
C#
public string GetMethodAttributeName(
	int methodId
)

Parameters

methodId  Int32
Index of method with the SynchronizableMethod attribute.

Return Value

String
Name of method with the SynchronizableMethod attribute with target Index.

Exceptions

IndexOutOfRangeExceptionmethodId is out of range or less than zero.

See Also