Skip to content

Missing comparison points #5

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 ?
... ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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