C# Class Scriban.Runtime.ScriptSyntaxAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: lunet-io/scriban

Méthodes publiques

Méthode Description
Get ( Type type ) : ScriptSyntaxAttribute
Get ( object obj ) : ScriptSyntaxAttribute
ScriptSyntaxAttribute ( string name, string example ) : System

Private Methods

Méthode Description
ScriptSyntaxAttribute ( ) : System

Method Details

Get() public static méthode

public static Get ( Type type ) : ScriptSyntaxAttribute
type System.Type
Résultat ScriptSyntaxAttribute

Get() public static méthode

public static Get ( object obj ) : ScriptSyntaxAttribute
obj object
Résultat ScriptSyntaxAttribute

ScriptSyntaxAttribute() public méthode

public ScriptSyntaxAttribute ( string name, string example ) : System
name string
example string
Résultat System