The PropertyHookType Enum

(No version information available, might only be in Git)

Introdução

The PropertyHookType enum lists the legal types of property hook.

Resumo da enumeração

enum PropertyHookType
{
case Get ; // Indicates a get hook.

case Set ; // Indicates a set hook.

}
adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top