Click or drag to resize

NameAccessModifierExtensionsIsNonPrivateNonTransient Method

Returns true for a public and protected and false for all others

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static bool IsNonPrivateNonTransient(
	this NameAccessModifier value
)

Parameters

value
Type: com.espertech.esper.common.client.utilNameAccessModifier

[Missing <param name="value"/> documentation for "M:com.espertech.esper.common.client.util.NameAccessModifierExtensions.IsNonPrivateNonTransient(com.espertech.esper.common.client.util.NameAccessModifier)"]

Return Value

Type: Boolean
indicator

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type NameAccessModifier. 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