using System;
using Cpp2IlInjected;
namespace System.Data.SqlTypes
{
/// All the objects and structures implement the interface.
// Token: 0x0200009E RID: 158
[Token(Token = "0x200009E")]
public interface INullable
{
/// Indicates whether a structure is null. This property is read-only.
///
///
/// if the value of this object is null. Otherwise, .
// Token: 0x1700016A RID: 362
// (get) Token: 0x060008F2 RID: 2290
[Token(Token = "0x1700016A")]
bool IsNull
{
[Token(Token = "0x60008F2")]
[Address(Slot = "0")]
get;
}
}
}