Skip to content
Alexander (Arkasha) edited this page Oct 1, 2019 · 2 revisions

Welcome to the documentation of base frameworks for WoL VM .NET Version!

Structure of documentation for every framework:

Name of fw and version

Name of fw - is framework where:

  • Add expressions for this
  • Add classes for works with this and etc.

Classes

Name of class

Name of class - is description - class type - security modifer
Parents ierarchy: void -> NextParent -> ThisClass

Fields

  1. Field1 - security modifer - description - example of use

Methods

  1. Method1 - (type arg1, type arg2) - static/non-static - security modifer - description - example of use

Constants

  1. Constant1 - value - description - example of use

Constructors

  1. Constructor1 - (type arg1, type arg2) - security modifer - description - example of use (if you need this)

Expressions

  1. Expression1 - name in code - desricption - example of use

Clone this wiki locally