Click or drag to resize
BaseCodeGeneratorFilter Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.Filter(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 Type[] Filter(
	Type[] mixinInterfaces
)

Parameters

mixinInterfaces
Type: SystemType

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

Return Value

Type: Type

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

See Also