public static bool ExistSubKey<T>(
RegInfo<T> reginfo
)
Public Shared Function ExistSubKey(Of T) (
reginfo As RegInfo(Of T)
) As Boolean
Dim reginfo As RegInfo(Of T)
Dim returnValue As Boolean
returnValue = UtilRegistry.ExistSubKey(reginfo)
public:
generic<typename T>
static bool ExistSubKey(
RegInfo<T>^ reginfo
)
static member ExistSubKey :
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.ExistSubKey``1(DevCase.Core.Windows.Registry.RegInfo{``0})"]