How do you make a template for "Public Fields"? Are those like properties? like methods? If the documentation says: [C#] public const int DefaultItemHeight; Would the template be: public const int DefaultItemHeight() { throw NotImplementedException() } Thanks, Daniel.