Skip to content

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)

View source

Summary: Initializes a new instance of the ReactiveCollectionViewCell class.

Parameters

NameTypeDescription
frameCGRectThe frame.

2. Overload

protected ReactiveCollectionViewCell(NSObjectFlag t)

View source

Summary: Initializes a new instance of the ReactiveCollectionViewCell class.

Parameters

NameTypeDescription
tNSObjectFlagThe object flag.

3. Overload

protected ReactiveCollectionViewCell(NSCoder coder)

View source

Summary: Initializes a new instance of the ReactiveCollectionViewCell class.

Parameters

NameTypeDescription
coderNSCoderThe coder.

4. Overload

protected ReactiveCollectionViewCell()

View source

Summary: Initializes a new instance of the ReactiveCollectionViewCell class.

5. Overload

protected ReactiveCollectionViewCell(in nint handle)

View source

Summary: Initializes a new instance of the ReactiveCollectionViewCell class.

Parameters

NameTypeDescription
in handlenintThe pointer.