Function 関数

NSStringFromProtocol(_:)

Returns the name of a protocol as a string. プロトコルの名前を文字列として返します。

Declaration 宣言

func NSStringFromProtocol(_ proto: Protocol) -> String

Parameters パラメータ

proto

A protocol. あるプロトコル。

Return Value 戻り値

A string containing the name of proto. protoの名前を含んでいる文字列。

See Also 参照

Type Lookup 型検索