ReactiveViewController() constructor¶
Defined in
Type: ReactiveViewController
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Overloads¶
- 1.
protected ReactiveViewController() - 2.
protected ReactiveViewController(NSCoder c) - 3.
protected ReactiveViewController(NSObjectFlag f) - 4.
protected ReactiveViewController(in nint handle) - 5.
protected ReactiveViewController(string nibNameOrNull, NSBundle nibBundleOrNull)
1. Overload¶
protected ReactiveViewController()
Summary: Initializes a new instance of the ReactiveViewController class.
2. Overload¶
protected ReactiveViewController(NSCoder c)
Summary: Initializes a new instance of the ReactiveViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
c | NSCoder | The coder. |
3. Overload¶
protected ReactiveViewController(NSObjectFlag f)
Summary: Initializes a new instance of the ReactiveViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
f | NSObjectFlag | The object flag. |
4. Overload¶
protected ReactiveViewController(in nint handle)
Summary: Initializes a new instance of the ReactiveViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
in handle | nint | The pointer. |
5. Overload¶
protected ReactiveViewController(string nibNameOrNull, NSBundle nibBundleOrNull)
Summary: Initializes a new instance of the ReactiveViewController class.
Parameters
| Name | Type | Description |
|---|---|---|
nibNameOrNull | string | The name. |
nibBundleOrNull | NSBundle | The bundle. |