Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
[Fork] CodeDom by RichardD
Microsoft.CSharp.CSharpCodeProvider
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.42000
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace Sample {
    using System;
    using System.Collections.Generic;
    
    
    public class Foo {
        
        private System.Collections.Generic.KeyValuePair<string, int>[] Bar = new System.Collections.Generic.KeyValuePair<string, int>[0];
    }
}
Microsoft.VisualBasic.VBCodeProvider
'------------------------------------------------------------------------------
' <auto-generated>
'     This code was generated by a tool.
'     Runtime Version:4.0.30319.42000
'
'     Changes to this file may cause incorrect behavior and will be lost if
'     the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------

Option Strict Off
Option Explicit On

Imports System
Imports System.Collections.Generic

Namespace Sample
    
    Public Class Foo
        
        Private Bar() As System.Collections.Generic.KeyValuePair(Of String, Integer) = New System.Collections.Generic.KeyValuePair(-1Of String, Integer)() {}
    End Class
End Namespace
Cached Result
Last Run: 4:56:48 pm
Compile: 0.125s
Execute: 0.004s
Memory: 24kb
CPU: 0.047s