AMEEClient.Model.AmeeObjectReference.Child C# (CSharp) 메소드

Child() 공개 메소드

public Child ( String localPath, AmeeObjectType objectType ) : AmeeObjectReference
localPath String
objectType AmeeObjectType
리턴 AmeeObjectReference
        public AmeeObjectReference Child(String localPath,AmeeObjectType objectType)
        {
            throw new NotImplementedException();
        }
AmeeObjectReference