Ejemplo n.º 1
0
 public GrapeMember(GrapeObject grapeObject, GrapeList<GrapeIdentifier> identifiers)
     : this((GrapeMember)null, new GrapeList<GrapeIdentifier>(grapeObject, identifiers))
 {
 }
Ejemplo n.º 2
0
		public GrapeMemberExpression(GrapeObject identifier): this(GrapeAccessExpressionType.Root, identifier, null) {}