Romestead Assembly Reference

Candide.CandideUI.CandideThickness

Type JSON

public struct in Candide.CandideUI

Methods4
Properties7
Fields1
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.CandideUI
  • Base typeSystem.ValueType
  • Hash850836E11AE9EBDF9B24FD548EFC359E32DC6E79A810068C675E4C1B1A0278EC

Relationships

Fields

NameVisibilitySignature
Zeropublicpublic Candide.CandideUI.CandideThickness Zero

Properties

NameVisibilitySignature
Bottompublicpublic System.Int32 Bottom
Heightpublicpublic System.Int32 Height
Leftpublicpublic System.Int32 Left
Rightpublicpublic System.Int32 Right
SameSizepublicpublic System.Boolean SameSize
Toppublicpublic System.Int32 Top
Widthpublicpublic System.Int32 Width

Methods

Equals

public System.Boolean Equals(System.Object obj)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • HashAA49C88553F7F21385155DE9F46014146D8F0CAEDE515BC21EF8B83E5D673220
  • Body hash820E046B1CD5AB8B419E08A764B68D9C3DF92B6EF6513ED825407B1E3AF0B62B
  • IL size82
Referenced calls
  • Candide.CandideUI.CandideThickness::get_Left()
  • Candide.CandideUI.CandideThickness::get_Right()
  • Candide.CandideUI.CandideThickness::get_Top()
  • Candide.CandideUI.CandideThickness::get_Bottom()

FromString

public Candide.CandideUI.CandideThickness FromString(System.String s)

Method metadata
  • Visibilitypublic
  • Return typeCandide.CandideUI.CandideThickness
  • StaticTrue
  • VirtualFalse
  • Hash5348E140EE29D41A44F9EBDBED7B750F902C695070D58F8B04F6F89D09F6E6DB
  • Body hash425645E3BEDC9B4084C6E875FF09AAB85C9B60888E18E1407FEF34E26665D967
  • IL size186
Referenced calls
  • System.String::IsNullOrEmpty(System.String)
  • System.String::Split(System.Char, System.StringSplitOptions)
  • CandideThickness.<>c::<FromString>b__27_0(System.String)
  • System.Func<System.String, System.String>::.ctor(System.Object, System.IntPtr)
  • System.Linq.Enumerable::Select(System.Collections.Generic.IEnumerable<!!0>, System.Func<!!0, !!1>)
  • System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable<!!0>)
  • System.String::Format(System.String, System.Object)
  • System.ArgumentException::.ctor(System.String)
  • System.Int32::Parse(System.String)
  • Candide.CandideUI.CandideThickness::.ctor(System.Int32)
  • Candide.CandideUI.CandideThickness::.ctor(System.Int32, System.Int32)
  • Candide.CandideUI.CandideThickness::.ctor(System.Int32, System.Int32, System.Int32, System.Int32)
String literals
  • Could not convert string '{0}' to Thickness

GetHashCode

public System.Int32 GetHashCode()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Int32
  • StaticFalse
  • VirtualTrue
  • Hash66002414ECEB4452AADC5E13E8A3C612E2F8ED690D2AFDA2167B2833385F05DF
  • Body hashA303C675BAB21F3D639196C974621CEB80E83ECC0CEED9E35ADE919D907A22B9
  • IL size90
Referenced calls
  • Candide.CandideUI.CandideThickness::get_Left()
  • System.Int32::GetHashCode()
  • Candide.CandideUI.CandideThickness::get_Right()
  • Candide.CandideUI.CandideThickness::get_Top()
  • Candide.CandideUI.CandideThickness::get_Bottom()

ToString

public System.String ToString()

Method metadata
  • Visibilitypublic
  • Return typeSystem.String
  • StaticFalse
  • VirtualTrue
  • Hash127CCC3DFE7967F2E625B071CA9AFCC4BB8B62D38E2F02D79C17DEACB982529F
  • Body hash771DFA9ED1EFCB03A1462B29EFC336CFDE78C831B4DC6C8FAF44259587673F23
  • IL size157
Referenced calls
  • Candide.CandideUI.CandideThickness::get_SameSize()
  • Candide.CandideUI.CandideThickness::get_Left()
  • System.Int32::ToString()
  • Candide.CandideUI.CandideThickness::get_Right()
  • Candide.CandideUI.CandideThickness::get_Top()
  • Candide.CandideUI.CandideThickness::get_Bottom()
  • System.String::Format(System.String, System.Object, System.Object)
  • System.String::Format(System.String, System.Object[])
String literals
  • {0}, {1}
  • {0}, {1}, {2}, {3}