DocumentSharingLocationCollection constructor

DocumentSharingLocationCollection()
Initializes a new instance of the

Implementation

DocumentSharingLocationCollection() {
  this.Entries = <DocumentSharingLocation>[];
}