Mustache.ArgumentCollection.ArgumentCollection C# (CSharp) Method

ArgumentCollection() public method

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