public static bool ExistValue<T>(
RegInfo<T> reginfo
)
Public Shared Function ExistValue(Of T) (
reginfo As RegInfo(Of T)
) As Boolean
Dim reginfo As RegInfo(Of T)
Dim returnValue As Boolean
returnValue = UtilRegistry.ExistValue(reginfo)
public:
generic<typename T>
static bool ExistValue(
RegInfo<T>^ reginfo
)
static member ExistValue :
reginfo : RegInfo<'T> -> bool
No code example is currently available or this language may not be supported.
[Missing <param name="reginfo"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.ExistValue``1(DevCase.Core.Windows.Registry.RegInfo{``0})"]