System.Net.Configuration.AuthenticationModuleElementCollection.IndexOf C# (CSharp) Méthode

IndexOf() public méthode

public IndexOf ( AuthenticationModuleElement element ) : int
element AuthenticationModuleElement
Résultat int
        public int IndexOf(AuthenticationModuleElement element)
        {
            return BaseIndexOf(element);
        }