ReactiveCollectionViewCell(CGRect) constructor¶
Defined in
Type: ReactiveCollectionViewCell
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Overloads¶
- 1.
protected ReactiveCollectionViewCell(CGRect frame) - 2.
protected ReactiveCollectionViewCell(NSObjectFlag t) - 3.
protected ReactiveCollectionViewCell(NSCoder coder) - 4.
protected ReactiveCollectionViewCell() - 5.
protected ReactiveCollectionViewCell(in nint handle)
1. Overload¶
protected ReactiveCollectionViewCell(CGRect frame)
Summary: Initializes a new instance of the ReactiveCollectionViewCell class.
Parameters
| Name | Type | Description |
|---|---|---|
frame | CGRect | The frame. |
2. Overload¶
protected ReactiveCollectionViewCell(NSObjectFlag t)
Summary: Initializes a new instance of the ReactiveCollectionViewCell class.
Parameters
| Name | Type | Description |
|---|---|---|
t | NSObjectFlag | The object flag. |
3. Overload¶
protected ReactiveCollectionViewCell(NSCoder coder)
Summary: Initializes a new instance of the ReactiveCollectionViewCell class.
Parameters
| Name | Type | Description |
|---|---|---|
coder | NSCoder | The coder. |
4. Overload¶
protected ReactiveCollectionViewCell()
Summary: Initializes a new instance of the ReactiveCollectionViewCell class.
5. Overload¶
protected ReactiveCollectionViewCell(in nint handle)
Summary: Initializes a new instance of the ReactiveCollectionViewCell class.
Parameters
| Name | Type | Description |
|---|---|---|
in handle | nint | The pointer. |