C# Class CanvasControlLibrary.Areas.HelpPage.TextSample

This represents a preformatted text sample on the help page. There's a display template named TextSample associated with this class.
Afficher le fichier Open project: akshaysrin/CanvasControlLibrary Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TextSample ( string text ) : System
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

TextSample() public méthode

public TextSample ( string text ) : System
text string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string