ResponsiveProfileCollection
Wisej.Base.ResponsiveProfileCollection
Namespace: Wisej.Base
Assembly: Wisej.Framework (3.1.0.0)
Collection of responsive profiles.
C#
VB.NET
public class ResponsiveProfileCollection : SynchronizedList<>
Public Class ResponsiveProfileCollection
Inherits SynchronizedList(Of )
Parameter | Type | Description |
---|---|---|
profile |
Parameter | Type | Description |
---|---|---|
profiles |
Parameter | Type | Description |
---|---|---|
name |
Parameter | Type | Description |
---|---|---|
profile |
Parameter | Type | Description |
---|---|---|
name |
Returns: ResponsiveProfile. Either an existing ResponsiveProfile with the specified name or a newly created ResponsiveProfile with the specified name .
Parameter | Type | Description |
---|---|---|
index | Position in the collection. | |
profile |
Inserts a collection of ResponsiveProfile instances into the collection starting at the specified index .
Parameter | Type | Description |
---|---|---|
index | ||
profiles |
Parameter | Type | Description |
---|---|---|
name |
Last modified 4mo ago