An NDoc Documented Class Library

Template.SetPlaceHoldersValues Method 

This method is called when the template is being converted to string (due to a call to ToString).

protected virtual void SetPlaceHoldersValues();

Remarks

Derived classes are supposed to set the place holders values in this method.

A place holder value can be set using the indexer notation:

            [C#]

    base["aPlaceHolder"] = PlaceHolderValue;
  

See Also

Template Class | ExpertCoder.Templates Namespace