Table of Contents

Enum Nullability

Namespace
ICSharpCode.Decompiler.TypeSystem
Assembly
ICSharpCode.Decompiler.dll
public enum Nullability : byte

Fields

NotNullable = 1
Nullable = 2
Oblivious = 0