The PropertyHookType Enum

Introdução

The PropertyHookType enum lists the legal types of property hook.

Resumo da enumeração

case Get ;
/** Indicates a get hook. */
case Set ;
/** Indicates a set hook. */
}