Axiom.Demos.Configuration.EngineConfig.ConfigOptionRow.IsValueNull C# (CSharp) Méthode

IsValueNull() private méthode

private IsValueNull ( ) : bool
Résultat bool
			public bool IsValueNull() {
				return this.IsNull(this.tableConfigOption.ValueColumn);
			}