Consumes nested types.

Namespace:  Gallio.Framework.Pattern
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
protected void ConsumeNestedTypes(
	IPatternScope typeScope,
	ITypeInfo type
)
Visual Basic (Declaration)
Protected Sub ConsumeNestedTypes ( _
	typeScope As IPatternScope, _
	type As ITypeInfo _
)

Parameters

typeScope
Type: Gallio.Framework.Pattern..::.IPatternScope
The scope to be used as the containing scope.
type
Type: Gallio.Common.Reflection..::.ITypeInfo
The type whose nested types are to be consumed.

See Also