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