Esempio n. 1
0
 public KDLNode(string identifier, IReadOnlyList <IKDLValue> args, KDLDocument child) : this(identifier, EmptyProps, args, child)
 {
 }
Esempio n. 2
0
 public KDLNode(string identifier, KDLDocument child) : this(identifier, EmptyProps, EmptyArgs, child)
 {
 }