BACnet.Ashrae.LogRecord.LogDatumType.NewNullValue C# (CSharp) 메소드

NewNullValue() 공개 정적인 메소드

public static NewNullValue ( System.Null nullValue ) : LogDatumType
nullValue System.Null
리턴 LogDatumType
            public static LogDatumType NewNullValue(Null nullValue)
            {
                return new NullValueWrapper(nullValue);
            }