Function 関数

method_getTypeEncoding(_:)

Returns a string describing a method's parameter and return types. あるメソッドのもつパラメータおよび戻り型を記述している文字列を返します。

Declaration 宣言

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

Parameters パラメータ

method

The method to inspect. 調査するメソッド。

Return Value 戻り値

A C string. あるC文字列。 The string may be NULL.

See Also 参照

Working with Methods メソッドを扱う