All C# extension methods for type t
-
ToJson
Json Conversion, uses DataContractJsonSerializer to deserialize item
-
Say
Speaks any object using the speech synthesis API
-
Id
Identity function
-
NextEnum
Generates random enumeration value
-
Zero Index CopyTo
CopyTo without the second parameter, for when you just want to copy array A to array B verbatim and size is not a concern.