C# 클래스 Scriban.Runtime.ScriptSyntaxAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: lunet-io/scriban

공개 메소드들

메소드 설명
Get ( Type type ) : ScriptSyntaxAttribute
Get ( object obj ) : ScriptSyntaxAttribute
ScriptSyntaxAttribute ( string name, string example ) : System

비공개 메소드들

메소드 설명
ScriptSyntaxAttribute ( ) : System

메소드 상세

Get() 공개 정적인 메소드

public static Get ( Type type ) : ScriptSyntaxAttribute
type System.Type
리턴 ScriptSyntaxAttribute

Get() 공개 정적인 메소드

public static Get ( object obj ) : ScriptSyntaxAttribute
obj object
리턴 ScriptSyntaxAttribute

ScriptSyntaxAttribute() 공개 메소드

public ScriptSyntaxAttribute ( string name, string example ) : System
name string
example string
리턴 System