[This is preliminary documentation and is subject to change.]
Operator which represents a literal string.
| C# | Visual Basic | Visual C++ |
[ImmutableAttribute] public class StringOperator : Operator
<ImmutableAttribute> _ Public Class StringOperator _ Inherits Operator
[ImmutableAttribute] public ref class StringOperator : public Operator
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| StringOperator(String) |
Initializes a new instance of the StringOperator class with a given literal string.
| |
| Clone()()()() | (Overrides Operator.Clone()()()().) | |
| Equals(Object) | (Inherited from Object.) | |
| FieldGetter(String, String, Object%) | (Inherited from Object.) | |
| FieldSetter(String, String, Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetFieldInfo(String, String) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| Op | (Inherited from Operator.) | |
| ToString()()()() | (Overrides Object.ToString()()()().) | |
| Value |