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

this() public abstract method

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