L'énumération PropertyHookType

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

Introduction

L'énumération PropertyHookType liste les types légaux de hook de propriété.

Synopsis d'Enum

enum PropertyHookType
{
case Get ; // Indique un hook get.

case Set ; // Indique un hook set.

}
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top