[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initialisiert eine neue Instanz von AbstractMethodBase.

Namespace: DynamicNode.Ext.Objects
Assembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)

Syntax

C#
protected AbstractMethodBase(
	MethodBase methodBase
)
Visual Basic
Protected Sub New ( _
	methodBase As MethodBase _
)
F#
new : 
        methodBase:MethodBase -> AbstractMethodBase

Parameters

methodBase
Type: System.Reflection..::..MethodBase
Eine initiale CLR-Methode.

See Also