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