StripLinesCollection(IEnumerableIStripLineModel) - конструктор
Initializes a new instance of the
StripLinesCollection 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.AxisesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public StripLinesCollection(
[NotNullAttribute] IEnumerable<IStripLineModel> collection
)
Public Sub New (
<NotNullAttribute> collection As IEnumerable(Of IStripLineModel)
)
public:
StripLinesCollection(
[NotNullAttribute] IEnumerable<IStripLineModel^>^ collection
)
new :
[<NotNullAttribute>] collection : IEnumerable<IStripLineModel> -> StripLinesCollection
Параметры
- collection IEnumerableIStripLineModel
-
The collection whose elements are copied to the new list.
ArgumentNullException | collection is null.
|