C# Class System.Windows.Forms.RTF.StandardCharName

Afficher le fichier Open project: emclient/mac-playground

Méthodes publiques

Свойство Type Description
Names string[]

Méthodes publiques

Méthode Description
ID ( string name ) : int

Lookup ID by name (e.g. mathtilde)

Name ( int index ) : string

Lookup name by ID

Method Details

ID() public static méthode

Lookup ID by name (e.g. mathtilde)
public static ID ( string name ) : int
name string
Résultat int

Name() public static méthode

Lookup name by ID
public static Name ( int index ) : string
index int
Résultat string

Property Details

Names public_oe static_oe property

public static string[] Names
Résultat string[]