Add
ReadOnlyCollectionBase<T>.Add method
이것은 NotSupportedException 만 throw하는 ICollection의 Add 메서드의 스텁 구현입니다.
public void Add(T item)
모수 | 유형 | 설명 |
---|---|---|
item | T | 추가할 항목입니다. |
또한보십시오
- class ReadOnlyCollectionBase<T>
- 네임스페이스 Aspose.Tasks
- 집회 Aspose.Tasks
이것은 NotSupportedException 만 throw하는 ICollection의 Add 메서드의 스텁 구현입니다.
public void Add(T item)
모수 | 유형 | 설명 |
---|---|---|
item | T | 추가할 항목입니다. |