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