![]() ![]() | A helper method that converts strings to operators. Note: the unary plus and negation strings should have a 'u' appened to differentiate them from addition and subtraction strings. |
![]() ![]() | A helper method that converts operators to strings. Note: the unary plus and negation strings returned will NOT have a 'u' appened as that usually isn't desired. |
![]() |
Initializes a new instance of the OperatorDecl class. |
![]() | Gets or sets the modifier flags for this member (public, private etc). |
![]() | Gets the collection of comments for this member. |
![]() | Gets the collection of Custom Attributes used for this member (custom attributes are the ones declared between brackets, like [Flags]). |
![]() | Gets the (scoped) definition. |
![]() | Gets or sets the first object in a unary, binary or conversion overload. |
![]() | |
![]() | |
![]() | Gets or sets the operator to overload. This can be 'explicit' or 'implicit' in the case of conversion. |
![]() | Gets the collection of parameters - this is actually just putting the first and second (if present) parameter into a collection. |
![]() | |
![]() | Gets or sets the second object in a binary overload (not set for unary and conversion overloads). |
![]() | Gets the collection of statements for the operator declaration. |
![]() | Gets or sets the type that the operator will affect. |
![]() | Gets or sets the user-definable data for the current object. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() |
OperatorDecl Class | DDW.CSharp.Dom Namespace