- Notifications
You must be signed in to change notification settings - Fork 18
Examples
adeel41 edited this page Dec 9, 2014
·
2 revisions
#Examples# ###Private read only Complex Type field###
Type: _rt{TAB} IRepository _repository
Output: private readonly IRepository _repository;
###Public Class with Parent type###
Type: pcThisIsMyClass:t{TAB} MyBaseClass
Output: public class ThisIsMyClass : MyBaseClass { }