a c# vb.net reworking concentration handles involuntary properties correctly?
i wish isn't deliberate register given it's some-more separate identical questions (i'm extraordinary specific weariness c# vb.net reworking utilities).
i've looking during controlling apparatus modify category library vb given i'm wholly organisation peaceful c#. problem i've run doesn't beget repremand vb involuntary properties. creates lifeless get/set routines.
so this:
public twine transactiontype { get; private set; }
becomes this:
public ability transactiontype() string
get
finish get
private set(byval value string)
finish set
end property
the collection related have identical issues - emanate current properties, nonetheless don't honour opening turn set routine.
side doubt - going repair converter developerfusion, have relapse something this?
private _transactiontype string
public ability transactiontype() string
get
relapse _transactiontype
finish get
private set(byval value string)
_transactiontype = value
finish set
end property
Comments
Post a Comment