C# Class AjScript.Language.StringObject

Inheritance: DynamicObject
Mostra file Open project: ajlopez/AjScript Class Usage Examples

Public Methods

Method Description
StringObject ( ) : System

Private Methods

Method Description
CharAt ( IContext context, object @this, object arguments ) : object
Concat ( IContext context, object @this, object arguments ) : object
Slice ( IContext context, object @this, object arguments ) : object
Substr ( IContext context, object @this, object arguments ) : object
Substring ( IContext context, object @this, object arguments ) : object
ToLowerCase ( IContext context, object @this, object arguments ) : object
ToUpperCase ( IContext context, object @this, object arguments ) : object

Method Details

StringObject() public method

public StringObject ( ) : System
return System