Show / Hide Table of Contents

Class Extensions

Inheritance
System.Object
Extensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: robotManager.Helpful
Assembly: robotManager.dll
Syntax
public static class Extensions

Methods

IsNotZero(UInt64)

Declaration
public static bool IsNotZero(this ulong thisT)
Parameters
Type Name Description
System.UInt64 thisT
Returns
Type Description
System.Boolean

IsZero(UInt64)

Declaration
public static bool IsZero(this ulong thisT)
Parameters
Type Name Description
System.UInt64 thisT
Returns
Type Description
System.Boolean

Serialize<T>(T)

Declaration
public static string Serialize<T>(this T thisT)
Parameters
Type Name Description
T thisT
Returns
Type Description
System.String
Type Parameters
Name Description
T

Translate(ContentControl)

Declaration
public static void Translate(this ContentControl thisT)
Parameters
Type Name Description
System.Windows.Controls.ContentControl thisT

Translate(TextBlock)

Declaration
public static void Translate(this TextBlock thisT)
Parameters
Type Name Description
System.Windows.Controls.TextBlock thisT
Back to top Generated by DocFX