예제 #1
0
 // note: the empty constructor body is ok, we just need the attribute on the property to get the information into typewriter
 public ReturnsModelsAttribute(TypescriptIterable listType, string modelType)
 {
 }
 // note: the empty constructor body is ok, we just need the attribute on the property to get the information into typewriter
 public ReturnsPocosAttribute(TypescriptIterable listType, string type)
 {
 }
 // note: the empty constructor body is ok, we just need the attribute on the property to get the information into typewriter
 public TypescriptIterableTypeAttribute(TypescriptIterable iterable)
 {
 }