Ejemplo n.º 1
0
 public QNameElementReferenceCollectionImpl(ChildElementCollection <Source> referenceSourceCollection) : base(referenceSourceCollection)
 {
 }
Ejemplo n.º 2
0
 public static ChildElementAssert assertThat <T1>(ChildElementCollection <T1> actual)
 {
     return(new ChildElementAssert(actual));
 }