Cat<T,K>.GetTailLength(Int32*, Object[]) Method

Definition

It's an unsafe method. As you see, catName is a pointer, so we need to add unsafe keyword.

public long GetTailLength (int* catName, params object[] parameters);

Parameters

catName
Int32*

Thie represent for cat name length.

parameters
Object[]

Optional parameters.

Returns

Int64

Return cat tail's length.

Applies to