You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really cool to have a C# Interactive window which allowed scripted code to be executed against the model, for either the member currently selected in the tree view or all assemblies currently loaded.
For example, yesterday I really wanted to find all types matching the following criteria:
Is a value type
Has 4 instance fields
Has 0 static fields
Has accessibility "NestedFamily" (i.e. a protected type nested within another type)
The text was updated successfully, but these errors were encountered:
It would be really cool to have a C# Interactive window which allowed scripted code to be executed against the model, for either the member currently selected in the tree view or all assemblies currently loaded.
For example, yesterday I really wanted to find all types matching the following criteria:
protected
type nested within another type)The text was updated successfully, but these errors were encountered: