예제 #1
0
파일: AstAnyType.cs 프로젝트: ashmind/light
 static AstAnyType()
 {
     Instance = new AstAnyType();
 }
 protected virtual void AppendAnyType(StringBuilder builder, AstAnyType anyType)
 {
     builder.Append(anyType);
 }
예제 #3
0
 static AstAnyType()
 {
     Instance = new AstAnyType();
 }