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

Add() 공개 메소드

public Add ( AuthenticationModuleElement element ) : void
element AuthenticationModuleElement
리턴 void
        public void Add(AuthenticationModuleElement element)
        {
            BaseAdd(element);
        }