Function 関数

NSProtocolFromString(_:)

Returns a the protocol with a given name. 与えられた名前を持つプロトコルを返します。

Declaration 宣言

func NSProtocolFromString(_ namestr: String) -> Protocol?

Parameters パラメータ

namestr

The name of a protocol. プロトコルの名前

Return Value 戻り値

The protocol object named by namestr, or nil if no protocol by that name is currently loaded. If namestr is nil, returns nil. namestrによって指名されるプロトコルオブジェクト、またはその名前によって現在ロードされるプロトコルがないならばnilnamestrnilならば、nilを返します。

See Also 参照

Type Lookup 型検索