BCParameterNameExtensions Class

Definition

Extension methods for the BCParameterName enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class BCParameterNameExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type BCParameterNameExtensions = class
Inheritance
BCParameterNameExtensions
Attributes

Methods

Name Description
GetConstant(BCParameterName)

Retrieves the NSString constant that describes self.

GetNullableValue(NativeHandle)

Retrieves the BCParameterName value represented by the backing field value in handle.

GetValue(NativeHandle)

Retrieves the BCParameterName value represented by the backing field value in handle.

GetValue(NSString)

Retrieves the BCParameterName value named by constant.

Applies to