Skip to content

Missing comparison points #5

@sylvain-fr

Description

@sylvain-fr

C# properties are missing:
public class Example
{
private int myInt;
public int ReadOnly {get {return myInt;}}
public int Automatic {get; private set;}}
}
Advanced reflections example are missing. Usage of Expression and LinqToSql is very important and powerfull.
Action<>, Func<>,...
Attributes usages ?
... ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions