public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value)
 {
 }
 // Methods
 public void AddExtensionWarningComments(System.CodeDom.CodeCommentStatementCollection comments, ServiceDescriptionFormatExtensionCollection extensions)
 {
 }
 public void AddRange(System.CodeDom.CodeCommentStatementCollection value)
 {
 }
Example #4
0
 protected virtual new void GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection e)
 {
     Contract.Requires(e != null);
 }