Click or drag to resize

BoundConstructor Properties

The BoundConstructor type exposes the following members.

Properties
  NameDescription
Public propertyArgumentCount
Gets the total number of arguments for the bound constructor.
Public propertyBinder
Gets the binder that created this binding.
Public propertyCanInstantiate
Gets a value indicating whether the binding is valid.
Public propertyDescription
Gets a description of the constructor parameter binding.
Public propertyTargetConstructor
Gets the constructor on the target type. The actual constructor used might differ, e.g. if using a dynamic proxy.
Top
See Also