BasicHeaderIterator.FilterHeader(Int32) Method

Definition

Checks whether a header is part of the iteration.

[Android.Runtime.Register("filterHeader", "(I)Z", "GetFilterHeader_IHandler")]
protected virtual bool FilterHeader (int index);
[<Android.Runtime.Register("filterHeader", "(I)Z", "GetFilterHeader_IHandler")>]
abstract member FilterHeader : int -> bool
override this.FilterHeader : int -> bool

Parameters

index
Int32

the index of the header to check

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to