Cat<T,K>.Item[String] Property

Definition

This is index property of Cat. You can see that the visibility is different between get and set method.

public int this[string a] { protected get; set; }

Parameters

a
String

Cat's name.

Property Value

Int32

Cat's number.

Applies to