/ Assembly List / LJCNetCommon / LJCCSParser

Namespace - LJCNetCommon


Syntax

C#
public class LJCCSParser

Provides methods to parse a source line for class, method and property definitions.

Public Methods
#ctor Initializes an object instance.
ClassName Attempts to parse a class name.
MethodName Attempts to parse a method name.
PropertyName Attempts to parse a property name.
4 Methods

Properties
ClassModifier2 Gets or sets the second class access modifier.
DataType Gets or sets the data types.
Modifier Gets or sets the access modifiers.
Modifier2 Gets or sets the second access modifier.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.