C# Class TargetClass, Caseless

Afficher le fichier Open project: Fody/Caseless Class Usage Examples

Méthodes publiques

Méthode Description
CompareStatic ( ) : int
CompareStaticWithNull ( ) : int
CompareTo ( ) : int
ConditionalBranch ( ) : bool
Contains ( ) : bool
EndsWith ( ) : bool
Equals ( ) : bool
EqualsCallOnNull ( ) : bool
EqualsStatic ( ) : bool
EqualsStaticWithNull ( ) : bool
IndexOf ( ) : int
IndexOf_StartIndex ( ) : int
IndexOf_StartIndexCount ( ) : int
LastIndexOf ( ) : int
OpEquals ( ) : bool
OpEqualsWithNull ( ) : bool
OpNotEquals ( ) : bool
OpNotEqualsWithNull ( ) : bool
Replace ( ) : string
StartsWith ( ) : bool

Method Details

CompareStatic() public méthode

public CompareStatic ( ) : int
Résultat int

CompareStaticWithNull() public méthode

public CompareStaticWithNull ( ) : int
Résultat int

CompareTo() public méthode

public CompareTo ( ) : int
Résultat int

ConditionalBranch() public méthode

public ConditionalBranch ( ) : bool
Résultat bool

Contains() public méthode

public Contains ( ) : bool
Résultat bool

EndsWith() public méthode

public EndsWith ( ) : bool
Résultat bool

Equals() public méthode

public Equals ( ) : bool
Résultat bool

EqualsCallOnNull() public méthode

public EqualsCallOnNull ( ) : bool
Résultat bool

EqualsStatic() public méthode

public EqualsStatic ( ) : bool
Résultat bool

EqualsStaticWithNull() public méthode

public EqualsStaticWithNull ( ) : bool
Résultat bool

IndexOf() public méthode

public IndexOf ( ) : int
Résultat int

IndexOf_StartIndex() public méthode

public IndexOf_StartIndex ( ) : int
Résultat int

IndexOf_StartIndexCount() public méthode

public IndexOf_StartIndexCount ( ) : int
Résultat int

LastIndexOf() public méthode

public LastIndexOf ( ) : int
Résultat int

OpEquals() public méthode

public OpEquals ( ) : bool
Résultat bool

OpEqualsWithNull() public méthode

public OpEqualsWithNull ( ) : bool
Résultat bool

OpNotEquals() public méthode

public OpNotEquals ( ) : bool
Résultat bool

OpNotEqualsWithNull() public méthode

public OpNotEqualsWithNull ( ) : bool
Résultat bool

Replace() public méthode

public Replace ( ) : string
Résultat string

StartsWith() public méthode

public StartsWith ( ) : bool
Résultat bool