Microsoft.Xna.Framework.Graphics.EffectPassCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : EffectPass
index int
return EffectPass
        public EffectPass this[int index]
        {
            get
            {
                return default(EffectPass);
            }
        }
        /// <summary>Gets a specific element in the collection by using a name.</summary>

Same methods

EffectPassCollection::this ( string name ) : EffectPass
EffectPassCollection