Click or drag to resize
ClassProxyGeneratorVerifyIfBaseImplementsGetObjectData Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.ClassProxyGenerator.VerifyIfBaseImplementsGetObjectData(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 bool VerifyIfBaseImplementsGetObjectData(
	Type baseType
)

Parameters

baseType
Type: SystemType

[Missing <param name="baseType"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.ClassProxyGenerator.VerifyIfBaseImplementsGetObjectData(System.Type)"]

Return Value

Type: Boolean

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

See Also