Acceleratio.SPDG.Generator.SPModel.SPDGListItem.this C# (CSharp) 메소드

this() 공개 추상적인 메소드

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