Click or drag to resize

TypeExtensionsUnwrapAttributes Method (MemberInfo, Boolean)

[Missing <summary> documentation for "M:com.espertech.esper.compat.TypeExtensions.UnwrapAttributes(System.Reflection.MemberInfo,System.Boolean)"]

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static Attribute[] UnwrapAttributes(
	this MemberInfo memberInfo,
	bool inherit = true
)

Parameters

memberInfo
Type: System.ReflectionMemberInfo

[Missing <param name="memberInfo"/> documentation for "M:com.espertech.esper.compat.TypeExtensions.UnwrapAttributes(System.Reflection.MemberInfo,System.Boolean)"]

inherit (Optional)
Type: SystemBoolean

[Missing <param name="inherit"/> documentation for "M:com.espertech.esper.compat.TypeExtensions.UnwrapAttributes(System.Reflection.MemberInfo,System.Boolean)"]

Return Value

Type: Attribute

[Missing <returns> documentation for "M:com.espertech.esper.compat.TypeExtensions.UnwrapAttributes(System.Reflection.MemberInfo,System.Boolean)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MemberInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also