Acceleratio.SPDG.Generator.Server.SPModel.SPDGServerListItem.this C# (CSharp) Method

this() public method

public this ( string fieldName ) : object
fieldName string
return object
        public override object this[string fieldName]
        {
            get { return _item[fieldName]; }
            set { _item[fieldName] = value; }
        }