Class InlineCollection
Implements
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>, 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 |
Implements
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable