DotNetNuke.Modules.UserDefinedTable.Components.FilteredNameValueCollectionPropertyAccess.FilteredNameValueCollectionPropertyAccess C# (CSharp) 메소드

FilteredNameValueCollectionPropertyAccess() 공개 메소드

public FilteredNameValueCollectionPropertyAccess ( NameValueCollection list ) : System.Collections.Specialized
list System.Collections.Specialized.NameValueCollection
리턴 System.Collections.Specialized
        public FilteredNameValueCollectionPropertyAccess(NameValueCollection list)
        {
            NameValueCollection = list;
        }
FilteredNameValueCollectionPropertyAccess