Microsoft.Xna.Framework.Graphics.EffectParameterCollection.this C# (CSharp) Метод

this() публичный Метод

public this ( string name ) : EffectParameter
name string
Результат EffectParameter
        public EffectParameter this [string name]
        {
            get
            {
                return null;
            }
            set{ }
        }
    }
EffectParameterCollection