Beispiel #1
0
	public DArgumentInfo(string name, DTypeInfo argType, DArgumentDirection direction)
	{
		this.Name = name;
		this.ArgType = argType;
		this.Direction = direction;
	}
Beispiel #2
0
 public DArgumentInfo(string name, DTypeInfo argType, DArgumentDirection direction)
 {
     this.Name      = name;
     this.ArgType   = argType;
     this.Direction = direction;
 }