示例#1
0
 /// <summary>
 /// Adds given navigation property to <see cref="NavigationProperties"/> collection.
 /// </summary>
 /// <param name="prop">Navigation property to add.</param>
 /// <remarks>Used as part of the IEnumerable to make building these via code easy</remarks>
 public void Add(TestODataReaderItem item)
 {
     this.items.Add(item);
 }
示例#2
0
 /// <summary>
 /// Adds given navigation property to <see cref="NavigationProperties"/> collection.
 /// </summary>
 /// <param name="prop">Navigation property to add.</param>
 /// <remarks>Used as part of the IEnumerable to make building these via code easy</remarks>
 public void Add(TestODataReaderItem item)
 {
     this.items.Add(item);
 }