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

this() public method

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