Mustache.ArgumentCollection.ArgumentCollection C# (CSharp) Méthode

ArgumentCollection() public méthode

Initializes a new instance of an ArgumentCollection.
public ArgumentCollection ( ) : System
Résultat System
        public ArgumentCollection()
        {
            _argumentLookup = new Dictionary<TagParameter, string>();
        }