Apex.System.Address.getStreet C# (CSharp) 메소드

getStreet() 공개 메소드

public getStreet ( ) : string
리턴 string
        public string getStreet()
        {
            throw new global::System.NotImplementedException("Address.GetStreet");
        }
    }