开发者

What is $ArrayType$16008 in >net Reflector?

I'm reflecting a c# dll and I see an internal static readonly $ArrayType$16008 can someone tell me what this?

[StructLa开发者_运维问答yout(LayoutKind.Explicit, Size=16008, Pack=1)]
public struct $ArrayType$16008
{
}

Did the compiler generate it? Or is it a UserDefined type that reflector can't see?


As the commentors say. The compiler generated it.

Whenever you see a dollar sign used outside a string, in reversed engineered c#-code, you can be quite sure, it's compiler generated.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜