Amazon.SimpleEmail.Model.Internal.MarshallTransformations.GetSendStatisticsResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : GetSendStatisticsResponseUnmarshaller
리턴 GetSendStatisticsResponseUnmarshaller
        public static GetSendStatisticsResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new GetSendStatisticsResponseUnmarshaller();
            }
            return instance;
        }