public NBElement SetValue( Nullable<short> value )
Public Function SetValue ( _ value As Nullable(Of Short) _ ) As NBElement
public: NBElement^ SetValue( Nullable<short> value )
member SetValue : value:Nullable<int16> -> NBElement