Skip to content

ReactiveView() constructor

Defined in

Type: ReactiveView 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 ReactiveView()
  • 2. protected ReactiveView(NSCoder c)
  • 3. protected ReactiveView(NSObjectFlag f)
  • 4. protected ReactiveView(in nint handle)
  • 5. protected ReactiveView(CGRect frame)

1. Overload

protected ReactiveView()

View source

Summary: Initializes a new instance of the ReactiveView class.

2. Overload

protected ReactiveView(NSCoder c)

View source

Summary: Initializes a new instance of the ReactiveView class.

Parameters

NameTypeDescription
cNSCoderThe coder.

3. Overload

protected ReactiveView(NSObjectFlag f)

View source

Summary: Initializes a new instance of the ReactiveView class.

Parameters

NameTypeDescription
fNSObjectFlagThe object flag.

4. Overload

protected ReactiveView(in nint handle)

View source

Summary: Initializes a new instance of the ReactiveView class.

Parameters

NameTypeDescription
in handlenintThe pointer.

5. Overload

protected ReactiveView(CGRect frame)

View source

Summary: Initializes a new instance of the ReactiveView class.

Parameters

NameTypeDescription
frameCGRectThe frame.