Axiom.Demos.Configuration.EngineConfig.ConfigOptionRow.IsValueNull C# (CSharp) 메소드

IsValueNull() 개인적인 메소드

private IsValueNull ( ) : bool
리턴 bool
			public bool IsValueNull() {
				return this.IsNull(this.tableConfigOption.ValueColumn);
			}