2020-05-21 01:08:36 +02:00
### YamlMime:ManagedReference
items :
- uid : MLEM.Misc.Padding
commentId : T:MLEM.Misc.Padding
id : Padding
parent : MLEM.Misc
children :
- MLEM.Misc.Padding.#ctor(System.Single,System.Single,System.Single,System.Single)
- MLEM.Misc.Padding.Bottom
- MLEM.Misc.Padding.Equals(MLEM.Misc.Padding)
- MLEM.Misc.Padding.Equals(System.Object)
- MLEM.Misc.Padding.GetHashCode
- MLEM.Misc.Padding.Height
- MLEM.Misc.Padding.Left
- MLEM.Misc.Padding.op_Addition(MLEM.Misc.Padding,MLEM.Misc.Padding)
- MLEM.Misc.Padding.op_Equality(MLEM.Misc.Padding,MLEM.Misc.Padding)
- MLEM.Misc.Padding.op_Implicit(Microsoft.Xna.Framework.Vector2)~MLEM.Misc.Padding
- MLEM.Misc.Padding.op_Inequality(MLEM.Misc.Padding,MLEM.Misc.Padding)
- MLEM.Misc.Padding.op_Multiply(MLEM.Misc.Padding,System.Single)
- MLEM.Misc.Padding.op_Subtraction(MLEM.Misc.Padding,MLEM.Misc.Padding)
- MLEM.Misc.Padding.Right
- MLEM.Misc.Padding.Top
- MLEM.Misc.Padding.Width
langs :
- csharp
- vb
name : Padding
nameWithType : Padding
fullName : MLEM.Misc.Padding
type : Struct
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Padding
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 7
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nRepresents a generic padding.\nA padding is an object of data that stores an offset from each side of a rectangle or square.\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public struct Padding
content.vb : Public Structure Padding
inheritedMembers :
- System.ValueType.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
modifiers.csharp :
- public
- struct
modifiers.vb :
- Public
- Structure
- uid : MLEM.Misc.Padding.Left
commentId : F:MLEM.Misc.Padding.Left
id : Left
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Left
nameWithType : Padding.Left
fullName : MLEM.Misc.Padding.Left
type : Field
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Left
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 12
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nThe amount of padding on the left side\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public float Left
return :
type : System.Single
content.vb : Public Left As Single
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : MLEM.Misc.Padding.Right
commentId : F:MLEM.Misc.Padding.Right
id : Right
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Right
nameWithType : Padding.Right
fullName : MLEM.Misc.Padding.Right
type : Field
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Right
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 16
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nThe amount of padding on the right side\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public float Right
return :
type : System.Single
content.vb : Public Right As Single
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : MLEM.Misc.Padding.Top
commentId : F:MLEM.Misc.Padding.Top
id : Top
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Top
nameWithType : Padding.Top
fullName : MLEM.Misc.Padding.Top
type : Field
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Top
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 20
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nThe amount of padding on the top side\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public float Top
return :
type : System.Single
content.vb : Public Top As Single
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : MLEM.Misc.Padding.Bottom
commentId : F:MLEM.Misc.Padding.Bottom
id : Bottom
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Bottom
nameWithType : Padding.Bottom
fullName : MLEM.Misc.Padding.Bottom
type : Field
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Bottom
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 24
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nThe amount of padding on the bottom side\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public float Bottom
return :
type : System.Single
content.vb : Public Bottom As Single
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : MLEM.Misc.Padding.Width
commentId : P:MLEM.Misc.Padding.Width
id : Width
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Width
nameWithType : Padding.Width
fullName : MLEM.Misc.Padding.Width
type : Property
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Width
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 28
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nThe total width of this padding, a sum of the left and right padding.\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public float Width { get; }
parameters : [ ]
return :
type : System.Single
content.vb : Public ReadOnly Property Width As Single
overload : MLEM.Misc.Padding.Width*
modifiers.csharp :
- public
- get
modifiers.vb :
- Public
- ReadOnly
- uid : MLEM.Misc.Padding.Height
commentId : P:MLEM.Misc.Padding.Height
id : Height
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Height
nameWithType : Padding.Height
fullName : MLEM.Misc.Padding.Height
type : Property
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Height
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 32
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nThe total height of this padding, a sum of the top and bottom padding.\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public float Height { get; }
parameters : [ ]
return :
type : System.Single
content.vb : Public ReadOnly Property Height As Single
overload : MLEM.Misc.Padding.Height*
modifiers.csharp :
- public
- get
modifiers.vb :
- Public
- ReadOnly
- uid : MLEM.Misc.Padding.#ctor(System.Single,System.Single,System.Single,System.Single)
commentId : M:MLEM.Misc.Padding.#ctor(System.Single,System.Single,System.Single,System.Single)
id : '#ctor(System.Single,System.Single,System.Single,System.Single)'
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Padding(Single, Single, Single, Single)
nameWithType : Padding.Padding(Single, Single, Single, Single)
fullName : MLEM.Misc.Padding.Padding(System.Single, System.Single, System.Single, System.Single)
type : Constructor
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : .ctor
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 41
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nCreate a new padding with the specified borders.\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public Padding(float left, float right, float top, float bottom)
parameters :
- id : left
type : System.Single
2020-05-21 23:19:16 +02:00
description : The amount of padding on the left side
2020-05-21 01:08:36 +02:00
- id : right
type : System.Single
2020-05-21 23:19:16 +02:00
description : The amount of padding on the right side
2020-05-21 01:08:36 +02:00
- id : top
type : System.Single
2020-05-21 23:19:16 +02:00
description : The amount of padding on the top side
2020-05-21 01:08:36 +02:00
- id : bottom
type : System.Single
2020-05-21 23:19:16 +02:00
description : The amount of padding on the bottom side
2020-05-21 01:08:36 +02:00
content.vb : Public Sub New(left As Single, right As Single, top As Single, bottom As Single)
overload : MLEM.Misc.Padding.#ctor*
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : MLEM.Misc.Padding.op_Implicit(Microsoft.Xna.Framework.Vector2)~MLEM.Misc.Padding
commentId : M:MLEM.Misc.Padding.op_Implicit(Microsoft.Xna.Framework.Vector2)~MLEM.Misc.Padding
id : op_Implicit(Microsoft.Xna.Framework.Vector2)~MLEM.Misc.Padding
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Implicit(Vector2 to Padding)
nameWithType : Padding.Implicit(Vector2 to Padding)
fullName : MLEM.Misc.Padding.Implicit(Microsoft.Xna.Framework.Vector2 to MLEM.Misc.Padding)
type : Operator
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : op_Implicit
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 54
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nImplicitly creates a padding from the given two-dimensional vector.\nThe left and right padding will both be the vector's x value, and the top and bottom padding will both be the vector's y value.\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public static implicit operator Padding(Vector2 vec)
parameters :
- id : vec
type : Microsoft.Xna.Framework.Vector2
2020-05-21 23:19:16 +02:00
description : The vector to convert
2020-05-21 01:08:36 +02:00
return :
type : MLEM.Misc.Padding
2020-05-21 23:19:16 +02:00
description : A padding based on the vector's values
2020-05-21 01:08:36 +02:00
content.vb : Public Shared Widening Operator CType(vec As Vector2) As Padding
overload : MLEM.Misc.Padding.op_Implicit*
nameWithType.vb : Padding.Widening(Vector2 to Padding)
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
fullName.vb : MLEM.Misc.Padding.Widening(Microsoft.Xna.Framework.Vector2 to MLEM.Misc.Padding)
name.vb : Widening(Vector2 to Padding)
- uid : MLEM.Misc.Padding.op_Multiply(MLEM.Misc.Padding,System.Single)
commentId : M:MLEM.Misc.Padding.op_Multiply(MLEM.Misc.Padding,System.Single)
id : op_Multiply(MLEM.Misc.Padding,System.Single)
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Multiply(Padding, Single)
nameWithType : Padding.Multiply(Padding, Single)
fullName : MLEM.Misc.Padding.Multiply(MLEM.Misc.Padding, System.Single)
type : Operator
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : op_Multiply
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 61
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nScales a padding by a scalar.\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public static Padding operator *(Padding p, float scale)
parameters :
- id : p
type : MLEM.Misc.Padding
- id : scale
type : System.Single
return :
type : MLEM.Misc.Padding
content.vb : Public Shared Operator *(p As Padding, scale As Single) As Padding
overload : MLEM.Misc.Padding.op_Multiply*
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
- uid : MLEM.Misc.Padding.op_Addition(MLEM.Misc.Padding,MLEM.Misc.Padding)
commentId : M:MLEM.Misc.Padding.op_Addition(MLEM.Misc.Padding,MLEM.Misc.Padding)
id : op_Addition(MLEM.Misc.Padding,MLEM.Misc.Padding)
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Addition(Padding, Padding)
nameWithType : Padding.Addition(Padding, Padding)
fullName : MLEM.Misc.Padding.Addition(MLEM.Misc.Padding, MLEM.Misc.Padding)
type : Operator
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : op_Addition
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 68
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nAdds two paddings together in a memberwise fashion.\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public static Padding operator +(Padding left, Padding right)
parameters :
- id : left
type : MLEM.Misc.Padding
- id : right
type : MLEM.Misc.Padding
return :
type : MLEM.Misc.Padding
content.vb : Public Shared Operator +(left As Padding, right As Padding) As Padding
overload : MLEM.Misc.Padding.op_Addition*
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
- uid : MLEM.Misc.Padding.op_Subtraction(MLEM.Misc.Padding,MLEM.Misc.Padding)
commentId : M:MLEM.Misc.Padding.op_Subtraction(MLEM.Misc.Padding,MLEM.Misc.Padding)
id : op_Subtraction(MLEM.Misc.Padding,MLEM.Misc.Padding)
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Subtraction(Padding, Padding)
nameWithType : Padding.Subtraction(Padding, Padding)
fullName : MLEM.Misc.Padding.Subtraction(MLEM.Misc.Padding, MLEM.Misc.Padding)
type : Operator
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : op_Subtraction
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 75
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
summary : "\nSubtracts two paddings in a memberwise fashion.\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public static Padding operator -(Padding left, Padding right)
parameters :
- id : left
type : MLEM.Misc.Padding
- id : right
type : MLEM.Misc.Padding
return :
type : MLEM.Misc.Padding
content.vb : Public Shared Operator -(left As Padding, right As Padding) As Padding
overload : MLEM.Misc.Padding.op_Subtraction*
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
- uid : MLEM.Misc.Padding.op_Equality(MLEM.Misc.Padding,MLEM.Misc.Padding)
commentId : M:MLEM.Misc.Padding.op_Equality(MLEM.Misc.Padding,MLEM.Misc.Padding)
id : op_Equality(MLEM.Misc.Padding,MLEM.Misc.Padding)
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Equality(Padding, Padding)
nameWithType : Padding.Equality(Padding, Padding)
fullName : MLEM.Misc.Padding.Equality(MLEM.Misc.Padding, MLEM.Misc.Padding)
type : Operator
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : op_Equality
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 80
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public static bool operator ==(Padding left, Padding right)
parameters :
- id : left
type : MLEM.Misc.Padding
- id : right
type : MLEM.Misc.Padding
return :
type : System.Boolean
content.vb : Public Shared Operator =(left As Padding, right As Padding) As Boolean
overload : MLEM.Misc.Padding.op_Equality*
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
- uid : MLEM.Misc.Padding.op_Inequality(MLEM.Misc.Padding,MLEM.Misc.Padding)
commentId : M:MLEM.Misc.Padding.op_Inequality(MLEM.Misc.Padding,MLEM.Misc.Padding)
id : op_Inequality(MLEM.Misc.Padding,MLEM.Misc.Padding)
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Inequality(Padding, Padding)
nameWithType : Padding.Inequality(Padding, Padding)
fullName : MLEM.Misc.Padding.Inequality(MLEM.Misc.Padding, MLEM.Misc.Padding)
type : Operator
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : op_Inequality
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 85
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public static bool operator !=(Padding left, Padding right)
parameters :
- id : left
type : MLEM.Misc.Padding
- id : right
type : MLEM.Misc.Padding
return :
type : System.Boolean
content.vb : Public Shared Operator <>(left As Padding, right As Padding) As Boolean
overload : MLEM.Misc.Padding.op_Inequality*
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
- uid : MLEM.Misc.Padding.Equals(MLEM.Misc.Padding)
commentId : M:MLEM.Misc.Padding.Equals(MLEM.Misc.Padding)
id : Equals(MLEM.Misc.Padding)
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Equals(Padding)
nameWithType : Padding.Equals(Padding)
fullName : MLEM.Misc.Padding.Equals(MLEM.Misc.Padding)
type : Method
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Equals
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 90
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public bool Equals(Padding other)
parameters :
- id : other
type : MLEM.Misc.Padding
return :
type : System.Boolean
content.vb : Public Function Equals(other As Padding) As Boolean
overload : MLEM.Misc.Padding.Equals*
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : MLEM.Misc.Padding.Equals(System.Object)
commentId : M:MLEM.Misc.Padding.Equals(System.Object)
id : Equals(System.Object)
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : Equals(Object)
nameWithType : Padding.Equals(Object)
fullName : MLEM.Misc.Padding.Equals(System.Object)
type : Method
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Equals
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 95
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public override bool Equals(object obj)
parameters :
- id : obj
type : System.Object
return :
type : System.Boolean
content.vb : Public Overrides Function Equals(obj As Object) As Boolean
overridden : System.ValueType.Equals(System.Object)
overload : MLEM.Misc.Padding.Equals*
modifiers.csharp :
- public
- override
modifiers.vb :
- Public
- Overrides
- uid : MLEM.Misc.Padding.GetHashCode
commentId : M:MLEM.Misc.Padding.GetHashCode
id : GetHashCode
parent : MLEM.Misc.Padding
langs :
- csharp
- vb
name : GetHashCode()
nameWithType : Padding.GetHashCode()
fullName : MLEM.Misc.Padding.GetHashCode()
type : Method
source :
remote :
path : MLEM/Misc/Padding.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : GetHashCode
path : ../MLEM/Misc/Padding.cs
2020-05-21 23:19:16 +02:00
startLine : 100
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Misc
2020-05-21 23:19:16 +02:00
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public override int GetHashCode()
return :
type : System.Int32
content.vb : Public Overrides Function GetHashCode As Integer
overridden : System.ValueType.GetHashCode
overload : MLEM.Misc.Padding.GetHashCode*
modifiers.csharp :
- public
- override
modifiers.vb :
- Public
- Overrides
references :
- uid : MLEM.Misc
commentId : N : MLEM.Misc
name : MLEM.Misc
nameWithType : MLEM.Misc
fullName : MLEM.Misc
- uid : System.ValueType.ToString
commentId : M:System.ValueType.ToString
parent : System.ValueType
isExternal : true
name : ToString()
nameWithType : ValueType.ToString()
fullName : System.ValueType.ToString()
spec.csharp :
- uid : System.ValueType.ToString
name : ToString
nameWithType : ValueType.ToString
fullName : System.ValueType.ToString
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.ValueType.ToString
name : ToString
nameWithType : ValueType.ToString
fullName : System.ValueType.ToString
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
name : Equals(Object, Object)
nameWithType : Object.Equals(Object, Object)
fullName : System.Object.Equals(System.Object, System.Object)
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
name : GetType()
nameWithType : Object.GetType()
fullName : System.Object.GetType()
spec.csharp :
- uid : System.Object.GetType
name : GetType
nameWithType : Object.GetType
fullName : System.Object.GetType
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.GetType
name : GetType
nameWithType : Object.GetType
fullName : System.Object.GetType
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
name : ReferenceEquals(Object, Object)
nameWithType : Object.ReferenceEquals(Object, Object)
fullName : System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
nameWithType : Object.ReferenceEquals
fullName : System.Object.ReferenceEquals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
nameWithType : Object.ReferenceEquals
fullName : System.Object.ReferenceEquals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.ValueType
commentId : T:System.ValueType
parent : System
isExternal : true
name : ValueType
nameWithType : ValueType
fullName : System.ValueType
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
name : Object
nameWithType : Object
fullName : System.Object
- uid : System
commentId : N : System
isExternal : true
name : System
nameWithType : System
fullName : System
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
name : Single
nameWithType : Single
fullName : System.Single
- uid : MLEM.Misc.Padding.Width*
commentId : Overload:MLEM.Misc.Padding.Width
name : Width
nameWithType : Padding.Width
fullName : MLEM.Misc.Padding.Width
- uid : MLEM.Misc.Padding.Height*
commentId : Overload:MLEM.Misc.Padding.Height
name : Height
nameWithType : Padding.Height
fullName : MLEM.Misc.Padding.Height
- uid : MLEM.Misc.Padding.#ctor*
commentId : Overload:MLEM.Misc.Padding.#ctor
name : Padding
nameWithType : Padding.Padding
fullName : MLEM.Misc.Padding.Padding
- uid : MLEM.Misc.Padding.op_Implicit*
commentId : Overload:MLEM.Misc.Padding.op_Implicit
name : Implicit
nameWithType : Padding.Implicit
fullName : MLEM.Misc.Padding.Implicit
nameWithType.vb : Padding.Widening
fullName.vb : MLEM.Misc.Padding.Widening
name.vb : Widening
- uid : Microsoft.Xna.Framework.Vector2
commentId : T:Microsoft.Xna.Framework.Vector2
parent : Microsoft.Xna.Framework
isExternal : true
name : Vector2
nameWithType : Vector2
fullName : Microsoft.Xna.Framework.Vector2
- uid : MLEM.Misc.Padding
commentId : T:MLEM.Misc.Padding
parent : MLEM.Misc
name : Padding
nameWithType : Padding
fullName : MLEM.Misc.Padding
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
- uid : MLEM.Misc.Padding.op_Multiply*
commentId : Overload:MLEM.Misc.Padding.op_Multiply
name : Multiply
nameWithType : Padding.Multiply
fullName : MLEM.Misc.Padding.Multiply
- uid : MLEM.Misc.Padding.op_Addition*
commentId : Overload:MLEM.Misc.Padding.op_Addition
name : Addition
nameWithType : Padding.Addition
fullName : MLEM.Misc.Padding.Addition
- uid : MLEM.Misc.Padding.op_Subtraction*
commentId : Overload:MLEM.Misc.Padding.op_Subtraction
name : Subtraction
nameWithType : Padding.Subtraction
fullName : MLEM.Misc.Padding.Subtraction
2020-05-21 23:19:16 +02:00
- uid : MLEM.Misc.Padding.Equals(MLEM.Misc.Padding)
commentId : M:MLEM.Misc.Padding.Equals(MLEM.Misc.Padding)
isExternal : true
2020-05-21 01:08:36 +02:00
- uid : MLEM.Misc.Padding.op_Equality*
commentId : Overload:MLEM.Misc.Padding.op_Equality
name : Equality
nameWithType : Padding.Equality
fullName : MLEM.Misc.Padding.Equality
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
name : Boolean
nameWithType : Boolean
fullName : System.Boolean
- uid : MLEM.Misc.Padding.op_Inequality*
commentId : Overload:MLEM.Misc.Padding.op_Inequality
name : Inequality
nameWithType : Padding.Inequality
fullName : MLEM.Misc.Padding.Inequality
2020-05-21 23:19:16 +02:00
- uid : MLEM.Misc.Padding.Equals(System.Object)
commentId : M:MLEM.Misc.Padding.Equals(System.Object)
isExternal : true
2020-05-21 01:08:36 +02:00
- uid : MLEM.Misc.Padding.Equals*
commentId : Overload:MLEM.Misc.Padding.Equals
name : Equals
nameWithType : Padding.Equals
fullName : MLEM.Misc.Padding.Equals
- uid : System.ValueType.Equals(System.Object)
commentId : M:System.ValueType.Equals(System.Object)
parent : System.ValueType
isExternal : true
name : Equals(Object)
nameWithType : ValueType.Equals(Object)
fullName : System.ValueType.Equals(System.Object)
spec.csharp :
- uid : System.ValueType.Equals(System.Object)
name : Equals
nameWithType : ValueType.Equals
fullName : System.ValueType.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.ValueType.Equals(System.Object)
name : Equals
nameWithType : ValueType.Equals
fullName : System.ValueType.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.ValueType.GetHashCode
commentId : M:System.ValueType.GetHashCode
parent : System.ValueType
isExternal : true
name : GetHashCode()
nameWithType : ValueType.GetHashCode()
fullName : System.ValueType.GetHashCode()
spec.csharp :
- uid : System.ValueType.GetHashCode
name : GetHashCode
nameWithType : ValueType.GetHashCode
fullName : System.ValueType.GetHashCode
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.ValueType.GetHashCode
name : GetHashCode
nameWithType : ValueType.GetHashCode
fullName : System.ValueType.GetHashCode
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : MLEM.Misc.Padding.GetHashCode*
commentId : Overload:MLEM.Misc.Padding.GetHashCode
name : GetHashCode
nameWithType : Padding.GetHashCode
fullName : MLEM.Misc.Padding.GetHashCode
- uid : System.Int32
commentId : T:System.Int32
parent : System
isExternal : true
name : Int32
nameWithType : Int32
fullName : System.Int32