AutodiscoverResponseCollection<TResponse extends AutodiscoverResponse> constructor

AutodiscoverResponseCollection<TResponse extends AutodiscoverResponse>()
Initializes a new instance of the

Implementation

AutodiscoverResponseCollection() {
  this._responses = <TResponse>[];
}