Class SKRuntimeEffectChildren
Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll
public sealed class SKRuntimeEffectChildren : IEnumerable<string>, IEnumerable
Inheritance
object ← SKRuntimeEffectChildren
Implements
IEnumerable<string>, IEnumerable
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
this[string]
public SKShader? this[string name] { get; set; }
Property Value
Methods
Clear()
public void Clear()
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<string> GetEnumerator()
Returns
An enumerator that can be used to iterate through the collection.