Class InlineCollection
Represents a collection of Inline elements.
Inheritance
System.Object
InlineCollection
Implements
System.Collections.Generic.IList<Inline>
System.Collections.Generic.ICollection<Inline>
System.Collections.Generic.IEnumerable<Inline>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Documents
Assembly: OpenSilver.dll
Syntax
public class InlineCollection : TextElementCollection<Inline>, IDependencyObject, IList<Inline>, ICollection<Inline>, IEnumerable<Inline>, IList, ICollection, IEnumerable
Methods
| Improve this Doc View SourceAdd(String)
Declaration
public void Add(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Explicit Interface Implementations
| Improve this Doc View SourceIList.Add(Object)
Declaration
int IList.Add(object value)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value |
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable