Skip to content

ReactiveCollectionViewCell(NSObjectFlag?) 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(NSObjectFlag? t)
  • 2. protected ReactiveCollectionViewCell(NSCoder coder)
  • 3. protected ReactiveCollectionViewCell()
  • 4. protected ReactiveCollectionViewCell(CGRect? frame)
  • 5. protected ReactiveCollectionViewCell(in nint handle)

1. Overload

protected ReactiveCollectionViewCell(NSObjectFlag? t)

View source

Summary: Initializes a new instance of the ReactiveCollectionViewCell class.

Parameters

NameTypeDescription
tNSObjectFlag?The object flag.

2. Overload

protected ReactiveCollectionViewCell(NSCoder coder)

View source

Summary: Initializes a new instance of the ReactiveCollectionViewCell class.

Parameters

NameTypeDescription
coderNSCoderThe coder.

3. Overload

protected ReactiveCollectionViewCell()

View source

Summary: Initializes a new instance of the ReactiveCollectionViewCell class.

4. Overload

protected ReactiveCollectionViewCell(CGRect? frame)

View source

Summary: Initializes a new instance of the ReactiveCollectionViewCell class.

Parameters

NameTypeDescription
frameCGRect?The frame.

5. Overload

protected ReactiveCollectionViewCell(in nint handle)

View source

Summary: Initializes a new instance of the ReactiveCollectionViewCell class.

Parameters

NameTypeDescription
in handlenintThe pointer.