c# - Generating a static constructor with all fields in Xamarin studio -


pressing command+i on mac osx in xamarin studio gives me choice create constructor fields so:

enter image description here

however, don't see way make own custom code generators these. xamarin studio has way generate code "code snippets", however, can't find way parameter list using code snippets.

i looking way insert template c# class automatically lists local fields in order make static constructor. know of way?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -