C# 클래스 PolymorphicPseudonymisation.Utilities.Guard

파일 보기 프로젝트 열기: MartijnKooij/PolymorphicPseudonymisation

공개 메소드들

메소드 설명
AssertNotNull ( object argumentValue, string argumentName ) : void

메소드 상세

AssertNotNull() 공개 정적인 메소드

public static AssertNotNull ( object argumentValue, string argumentName ) : void
argumentValue object
argumentName string
리턴 void