AvailabilityAttribute.Get(MemberInfo) 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.
Convenience method to fetch the AvailabilityAttribute from a MemberInfo.
public static ObjCRuntime.AvailabilityAttribute Get (System.Reflection.MemberInfo member);
static member Get : System.Reflection.MemberInfo -> ObjCRuntime.AvailabilityAttribute
Parameters
- member
- MemberInfo
The member to search for the Availability attribute.
Returns
Any Availability attributes declared on the member.