Click or drag to resize

IntegerCharExtensionsIsEndOfOpenName Method

Returns true if the character can't be included in the open name.

Namespace:  Syntactik.IO
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public static bool IsEndOfOpenName(
	this int c
)

Parameters

c
Type: SystemInt32
Target character.

Return Value

Type: Boolean
True if the character can't be included in the open name.

Usage Note

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