MemberAccess
Иерархия: any → SLThree
Интерфейсы: SLThree
Элементы
- Left SLThree
.BaseExpression - Right SLThree
.BaseExpression - Operator readonly string
- NullConditional readonly bool
- Priority readonly i32
- SourceContext SLThree
.ISourceContext
Примеры кода
- using console;
- "!SLThree.TryStatement!"
- i = 1;
- cnt => cnt.i += 1(self);
- using tlinq;
- tlinq.average<f64>(tlinq.select<i64, f64>(tlinq.take<i64>(^:(<i64>1..100), 100), x => x / 100.0));