What does Method mean?

后端 未结 5 576
北海茫月
北海茫月 2021-01-31 07:57

I\'ve seen this syntax a couple times now, and it\'s beginning to worry me,

For example:

iCalendar iCal = new iCalendar();
Event evt = iCal.Create

        
5条回答
  •  南笙
    南笙 (楼主)
    2021-01-31 08:21

    It is a generic method that implements the Factory Method pattern.

提交回复
热议问题