次の方法で共有


AvailabilityAttribute.Merge(IEnumerable<Object>) メソッド

定義

マージされた Introduced、Obsoleted、Deprecated、Unavailable の各プロパティ (連結されたバージョンのメッセージ属性を含む) で構成される可用性属性を返します。

public static ObjCRuntime.AvailabilityAttribute Merge (System.Collections.Generic.IEnumerable<object> attrs);
static member Merge : seq<obj> -> ObjCRuntime.AvailabilityAttribute

パラメーター

attrs
IEnumerable<Object>

マージする可用性属性。

戻り値

マージされた Introduced、Obsoleted、Deprecated、Unavailable の各プロパティ (連結されたバージョンのメッセージ属性を含む) で構成される可用性属性。

適用対象