A StaticReflectionPolicy function wrapper.

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

Syntax

C#
public abstract class StaticFunctionWrapper : StaticReflectedMemberWrapper, 
	IFunctionInfo, IMemberInfo, ICodeElementInfo, IMirror, IEquatable<ICodeElementInfo>, 
	IEquatable<IMemberInfo>, IEquatable<IFunctionInfo>
Visual Basic (Declaration)
Public MustInherit Class StaticFunctionWrapper _
	Inherits StaticReflectedMemberWrapper _
	Implements IFunctionInfo, IMemberInfo, ICodeElementInfo, IMirror,  _
	IEquatable(Of ICodeElementInfo), IEquatable(Of IMemberInfo), IEquatable(Of IFunctionInfo)

Inheritance Hierarchy

See Also