Click or drag to resize
ClassProxyGeneratorJoin Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.ClassProxyGenerator.Join(System.Type[],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[] Join(
	Type[] interfaces,
	Type[] mixinInterfaces
)

Parameters

interfaces
Type: SystemType

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

mixinInterfaces
Type: SystemType

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

Return Value

Type: Type

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

See Also