vb System.UInt32.MinValue类(方法)实例源码

下面列出了vb System.UInt32.MinValue 类(方法)源码代码实例,从而了解它的用法。

作者:VB.NET开发    项目:Syste   
Public Class Temperature 
     ' The value holder
     Protected m_value As UInteger

     Public Shared ReadOnly Property MinValue As UInteger
         Get 
             Return UInt32.MinValue
         End Get
     End Property

     Public Shared ReadOnly Property MaxValue As UInteger
         Get 
             Return UInt32.MaxValue
         End Get
     End Property

     Public Property Value As UInteger
         Get 
             Return Me.m_value
         End Get
         Set 
             Me.m_value = value
         End Set
     End Property
End Class


问题


面经


文章

微信
公众号

扫码关注公众号