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