C# Class Tiny.Metadata.TypeKindExtensions

Afficher le fichier Open project: scottwis/tiny

Méthodes publiques

Méthode Description
IsModifiedType ( this kind ) : bool
IsPointerOrByRef ( this kind ) : bool
ModifierName ( this kind ) : string
Suffix ( this kind ) : string

Method Details

IsModifiedType() public static méthode

public static IsModifiedType ( this kind ) : bool
kind this
Résultat bool

IsPointerOrByRef() public static méthode

public static IsPointerOrByRef ( this kind ) : bool
kind this
Résultat bool

ModifierName() public static méthode

public static ModifierName ( this kind ) : string
kind this
Résultat string

Suffix() public static méthode

public static Suffix ( this kind ) : string
kind this
Résultat string