Mustache.ArgumentCollection.ArgumentCollection C# (CSharp) 메소드

ArgumentCollection() 공개 메소드

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