AvailabilityAttribute.Merge(IEnumerable<Object>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).