Table of Contents

Class EffectAnnotationCollection

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll
public class EffectAnnotationCollection : IEnumerable<EffectAnnotation>, IEnumerable
Inheritance
EffectAnnotationCollection
Implements
Inherited Members

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public EffectAnnotation this[int index] { get; }

Parameters

index int

Property Value

EffectAnnotation

this[string]

public EffectAnnotation this[string name] { get; }

Parameters

name string

Property Value

EffectAnnotation

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<EffectAnnotation> GetEnumerator()

Returns

IEnumerator<EffectAnnotation>

An enumerator that can be used to iterate through the collection.