1 implementation of GetUInt8
mscorlib (1)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
79public Byte GetUInt8()
1 reference to GetUInt8
mscorlib (1)
system\runtime\interopservices\windowsruntime\clripropertyvalueimpl.cs (1)
451return (T)(object)ipv.GetUInt8();