System.Net.Configuration.AuthenticationModuleElementCollection.IndexOf C# (CSharp) 메소드

IndexOf() 공개 메소드

public IndexOf ( AuthenticationModuleElement element ) : int
element AuthenticationModuleElement
리턴 int
        public int IndexOf(AuthenticationModuleElement element)
        {
            return BaseIndexOf(element);
        }