コード例 #1
0
 public TypeParameter()
 {
     Constraints = new TypeParameterConstraintCollection();
 }
コード例 #2
0
 public virtual void VisitTypeParameterConstraintCollection(TypeParameterConstraintCollection typeParameterConstraintCollection)
 {
     VisitCollection(typeParameterConstraintCollection);
 }