示例#1
0
 public VSInput(VSInputTypes type, int index)
 {
     this.Type  = type;
     this.Index = index;
 }
示例#2
0
 public VSInput(VSInputTypes type, int index)
 {
     this.Type = type;
     this.Index = index;
 }