Click or drag to resize
BaseCodeGeneratorObtainAvailableConstructor Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.ObtainAvailableConstructor(System.Type)"]

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
protected ConstructorInfo ObtainAvailableConstructor(
	Type target
)

Parameters

target
Type: SystemType

[Missing <param name="target"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.ObtainAvailableConstructor(System.Type)"]

Return Value

Type: ConstructorInfo

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.ObtainAvailableConstructor(System.Type)"]

See Also