BaseExpression
Иерархия: any → SLThree
Интерфейсы: SLThree
Элементы
- Priority readonly i32
- SourceContext SLThree
.ISourceContext
Примеры кода
- using tlinq;
- tlinq.average<f64>(tlinq.select<i64, f64>(tlinq.take<i64>(^:(<i64>1..100), 100), x => x / 100.0));
- a = b = c = d = 10; //Все переменные получат одно и то же значение
- i64 simple_name = 25;
- (i64 x, i64 y) = (5, 5);
- foreach (i64 x in new array { 1, 2, 3 })
- x;
Наследники
- SLThree
.AccordExpression - SLThree
.BlockExpression - SLThree
.CastExpression - SLThree
.ConditionExpression - SLThree
.ConstraintExpression - SLThree
.BaseInstanceCreator - SLThree
.CreatorContext - SLThree
.CreatorNewArray - SLThree
.CreatorRange - SLThree
.CreatorTuple - SLThree
.CreatorUsing - SLThree
.FunctionArgument - SLThree
.FunctionDefinition - SLThree
.IndexExpression - SLThree
.InterpolatedString - SLThree
.InvokeExpression - SLThree
.InvokeGenericExpression - SLThree
.InvokeTemplateExpression - SLThree
.Literal - SLThree
.Special - SLThree
.MacrosDefinition - SLThree
.MakeGenericExpression - SLThree
.MakeTemplateExpression - SLThree
.MatchExpression - SLThree
.NameExpression - SLThree
.BinaryOperator - SLThree
.TernaryOperator - SLThree
.UnaryOperator - SLThree
.ReferenceExpression - SLThree
.DereferenceExpression - SLThree
.ReflectionExpression - SLThree
.SliceExpression - SLThree
.StaticExpression - SLThree
.TypenameExpression - SLThree
.UsingExpression - SLThree
.CreatorDictionary .DictionaryEntry - SLThree
.InvokeTemplateExpression .GenericMakingDefinition - SLThree
.TemplateMethod .ConstraintDefinition