Upravit

Sdílet prostřednictvím


AvailabilityAttribute.Merge(IEnumerable<Object>) Method

Definition

Returns an availability attribute that is made up of the merged Introduced, Obsoleted, Deprecated and Unavailable properties (including a concatenated version of the message attribute).

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

Parameters

attrs
IEnumerable<Object>

The availability attributes to be merged.

Returns

An availability attribute that is made up of the merged Introduced, Obsoleted, Deprecated and Unavailable properties (including a concatenated version of the message attribute).

Applies to