C# Class LeMP.StandardMacros.UnrollCtx

Show file Open project: qwertie/ecsharp

Public Properties

Property Type Description
Replacements InternalList>

Public Methods

Method Description
Replace ( LNode node ) : Maybe
UnrollCtx ( ) : System

Method Details

Replace() public method

public Replace ( LNode node ) : Maybe
node LNode
return Maybe

UnrollCtx() public method

public UnrollCtx ( ) : System
return System

Property Details

Replacements public property

public InternalList> Replacements
return InternalList>