IContentScopeValues constructor

IContentScopeValues(
  1. IContentScope contact_,
  2. IContentScope meeting_,
  3. IContentScope attendee_
)

Implementation

IContentScopeValues(this.contact_,
    this.meeting_,
    this.attendee_) : delegate = List.unmodifiable([contact_,meeting_,attendee_]);