Partager via


TypeConverter.ToNative(Type) Méthode

Définition

Convertit un type .NET en code de type Objective-C.

public static string ToNative (Type type);
static member ToNative : Type -> string

Paramètres

type
Type

Type .NET.

Retours

Remarques

Par exemple : TypeConverter.ToNative (int. GetType ()) retourne « i ».

S’applique à