C# 클래스 NeverNull._

파일 보기 프로젝트 열기: Bomret/NeverNull

공개 메소드들

메소드 설명
IsNotNull ( this obj ) : bool
IsNull ( this obj ) : bool
ThrowIfNull ( this obj, string name ) : void

메소드 상세

IsNotNull() 공개 정적인 메소드

public static IsNotNull ( this obj ) : bool
obj this
리턴 bool

IsNull() 공개 정적인 메소드

public static IsNull ( this obj ) : bool
obj this
리턴 bool

ThrowIfNull() 공개 정적인 메소드

public static ThrowIfNull ( this obj, string name ) : void
obj this
name string
리턴 void