Page MenuHomeSoftware Heritage

bug1515910.cs
No OneTemporary

bug1515910.cs

// Simple generic classes.
public class MyGenericClass1<T> { }
// Derived enums.
enum Enum1 : byte {
Value1, Values
}
// Verbatim strings.
public class C {
private string str1 = @"abc\";
private int int1 = 123;
private string str2 = @"abc\";
private string str3 = "abc";
}

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 25, 6:00 PM (4 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3464198

Event Timeline