Table of Contents

Class EffectParameterCollection

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

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public EffectParameter this[int index] { get; }

Parameters

index int

Property Value

EffectParameter

this[string]

public EffectParameter this[string name] { get; }

Parameters

name string

Property Value

EffectParameter

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<EffectParameter> GetEnumerator()

Returns

IEnumerator<EffectParameter>

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