C# 클래스 LoginRadiusSDK.Utility.LoginRadiusArgumentValidator

Class that validates arguments.
파일 보기 프로젝트 열기: LoginRadius/dot-net-sdk

공개 메소드들

메소드 설명
Validate ( object argument, string name ) : void

Helper method for validating an argument that will be used by API in any requests.

메소드 상세

Validate() 공개 메소드

Helper method for validating an argument that will be used by API in any requests.
public Validate ( object argument, string name ) : void
argument object The object to be validated.
name string Name of the function to be Validate
리턴 void