示例#1
0
 public TypeParameterMembers(IDeclaredType <TParentDom> targetDeclaration, TypeParameterMembers <TParentDom> sibling)
     : base(targetDeclaration, sibling)
 {
 }
示例#2
0
 public TypeParameterMembers(TParent targetDeclaration, TypeParameterMembers <TItem, TDom, TParent> sibling)
     : base(targetDeclaration, sibling)
 {
 }