Cat<T,K>.Explicit(Cat<T,K> to Tom) Operator

Definition

Expilicit operator of this class.

It means this cat can evolve to change to Tom. Tom and Jerry.

public static explicit operator CatLibrary.Tom (CatLibrary.Cat<T,K> src);

Parameters

src
Cat<T,K>

Instance of this class.

Returns

Tom

Advanced class type of cat.

Applies to