consulo-dotnet icon indicating copy to clipboard operation
consulo-dotnet copied to clipboard

.NET platform plugin. Languages: MSIL, Composite Formatting String

Results 1 consulo-dotnet issues
Sort by recently updated
recently updated
newest added

``` csharp //this shows 2 FieldType members (one with value one without) FieldInfo destinationComponentFieldInfo = behaviourDestination.GetType().GetField("fieldName"); Type destinationComponentFieldType = destinationComponentFieldInfo.FieldType;//as you can see in screen shown null, and when I...

prio: normal
type: bug
subsystem: debugger