'宣言 Public Function IsPropExists( _ ByVal propKey As System.Integer _ ) As System.Boolean
'使用法 Dim instance As PropsHashTable(Of T) Dim propKey As System.Integer Dim value As System.Boolean value = instance.IsPropExists(propKey)
public System.bool IsPropExists( System.int propKey )
パラメータ
- propKey
- The property key.
戻り値の型
true if the specified property has been set on the current PropsHashtable<T>, false otherwise.