A type substitution specifies how generic parameters are replaced by other types. It is used by implementors of StaticReflectionPolicy when returning types that may be represented as generic parameters.

Namespace:  Gallio.Common.Reflection.Impl
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public struct StaticTypeSubstitution : IEquatable<StaticTypeSubstitution>
Visual Basic (Declaration)
Public Structure StaticTypeSubstitution _
	Implements IEquatable(Of StaticTypeSubstitution)

See Also