Cat<T,K>.GetTailLength(Int32*, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
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
Return cat tail's length.