Contents

method_getTypeEncoding(_:)

Returns a string describing a method’s parameter and return types.

Declaration

func method_getTypeEncoding(_ m: Method) -> UnsafePointer<CChar>?

Parameters

  • m:

    The method to inspect.

Return Value

A C string. The string may be NULL.

See Also

Working with Methods