-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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 ?
... ?
AshleighAdams
Metadata
Metadata
Assignees
Labels
No labels