Metodo UtilAssertOccurrenceIsNotVirtual
|
Solleva una eccezione se l'occorrenza passata è virtuale.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 28.1.0-RC3
Sintassipublic static void AssertOccurrenceIsNotVirtual(
ComponentOccurrence invOcc
)
Public Shared Sub AssertOccurrenceIsNotVirtual (
invOcc As ComponentOccurrence
)
public:
static void AssertOccurrenceIsNotVirtual(
ComponentOccurrence^ invOcc
)
static member AssertOccurrenceIsNotVirtual :
invOcc : ComponentOccurrence -> unit Parametri
- invOcc ComponentOccurrence
- Occorrenza da controllare.
Vedi anche