DotNetNuke.Modules.UserDefinedTable.Components.FilteredNameValueCollectionPropertyAccess.FilteredNameValueCollectionPropertyAccess C# (CSharp) Méthode

FilteredNameValueCollectionPropertyAccess() public méthode

public FilteredNameValueCollectionPropertyAccess ( NameValueCollection list ) : System.Collections.Specialized
list System.Collections.Specialized.NameValueCollection
Résultat System.Collections.Specialized
        public FilteredNameValueCollectionPropertyAccess(NameValueCollection list)
        {
            NameValueCollection = list;
        }
FilteredNameValueCollectionPropertyAccess