SDKDocGenerator.PropertyInfoWrapper.PropertyInfoWrapper C# (CSharp) Method

PropertyInfoWrapper() public method

public PropertyInfoWrapper ( PropertyInfo info, string docId ) : System
info System.Reflection.PropertyInfo
docId string
return System
        public PropertyInfoWrapper(PropertyInfo info, string docId)
            : base(info, docId)
        {
            this._info = info;
        }