Class StructExtensions
Namespace: Void.Proxy.Api.Extensions
Assembly: Void.Proxy.Api.dll
public static class StructExtensionsInheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
IsDefault<T>(T)
public static bool IsDefault<T>(this T value) where T : structParameters
value T
Returns
Type Parameters
T