A reference to an xshd color, or an inline xshd color.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public struct XshdReference<T> : IEquatable<XshdReference<T>> where T : XshdElement
<SerializableAttribute> _ Public Structure XshdReference(Of T As XshdElement) _ Implements IEquatable(Of XshdReference(Of T))
[SerializableAttribute] generic<typename T> where T : XshdElement public value class XshdReference : IEquatable<XshdReference<T>>
- T
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| XshdReference<(Of <(<'T>)>)>(String, String) |
Creates a new XshdReference instance.
| |
| XshdReference<(Of <(<'T>)>)>(T) |
Creates a new XshdReference instance.
| |
| AcceptVisitor(IXshdVisitor) |
Applies the visitor to the inline element, if there is any.
| |
| Equality(XshdReference<(Of <<'(T>)>>), XshdReference<(Of <<'(T>)>>)) |
Equality operator.
| |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).) | |
| Equals(XshdReference<(Of <<'(T>)>>)) |
Equality operator.
| |
| GetHashCode()()()() | Returns the hash code for this instance. (Overrides ValueType.GetHashCode()()()().) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Inequality(XshdReference<(Of <<'(T>)>>), XshdReference<(Of <<'(T>)>>)) |
Inequality operator.
| |
| InlineElement |
Gets the inline element.
| |
| ReferencedDefinition |
Gets the reference.
| |
| ReferencedElement |
Gets the reference.
| |
| ToString()()()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238