Utilities
Description
It is a general-purpose API group.
Interfaces belonging to the area
| Name | Description |
|---|---|
| IUtility | Provides generic operations. |
| IFileUtility | Provides file operations. |
| IIndentableText | An object in a text sequence. All methods defined in this interface return the instance in which the method was called. This allows you to chain method calls to form a sequence. Example) var text = {create IIndetableText instance ...}; text.AppendLine ("{"}. Indent (). AppnedLine ("first line text."). AppendLine ("second line text."). Outdent (). AppnedLine ("}"). ToString (); |
| IResourceUtility | Provides resource operations. |