[This is preliminary documentation and is subject to change.]
Operator which represents a repeating (one or more times) expression.
| C# | Visual Basic | Visual C++ |
[ImmutableAttribute] public class RepeatOperator : UnaryOperator
<ImmutableAttribute> _ Public Class RepeatOperator _ Inherits UnaryOperator
[ImmutableAttribute] public ref class RepeatOperator : public UnaryOperator
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| RepeatOperator(Operator) |
Initializes a new instance of the RepeatOperator class with a given Operator subexpression.
| |
| Clone()()()() | (Overrides UnaryOperator.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.) | |
| Right | (Inherited from UnaryOperator.) | |
| ToString()()()() | (Overrides Object.ToString()()()().) |
| Object | |||
| Operator | |||
| UnaryOperator | |||
| RepeatOperator | |||