.NET Framework Class Library
Padding Methods
The Padding type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
Add | Computes the sum of the two specified Padding values. |
|
Equals | Determines whether the value of the specified object is equivalent to the current Padding. (Overrides ValueType.Equals(Object).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Generates a hash code for the current Padding. (Overrides ValueType.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Subtract | Subtracts one specified Padding value from another. |
|
ToString | Returns a string that represents the current Padding. (Overrides ValueType.ToString().) |
See Also