AnnotationsCollection(IEnumerableIAnnotationModel) - конструктор |
Initializes a new instance of the
AnnotationsCollection class.
Initializes a new instance of the
ListT class that contains
elements copied from the specified collection and has sufficient capacity to accommodate the number of elements
copied.
Пространство имён:
Tessa.UI.Views.Charting.Annotations
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public AnnotationsCollection(
[NotNullAttribute] IEnumerable<IAnnotationModel> collection
)
Public Sub New (
<NotNullAttribute> collection As IEnumerable(Of IAnnotationModel)
)
public:
AnnotationsCollection(
[NotNullAttribute] IEnumerable<IAnnotationModel^>^ collection
)
new :
[<NotNullAttribute>] collection : IEnumerable<IAnnotationModel> -> AnnotationsCollection
Параметры
- collection
- Тип: System.Collections.GenericIEnumerableIAnnotationModel
The collection whose elements are copied to the new list.
Исключения См. также