Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.PublishResponseUnmarshaller.GetInstance C# (CSharp) Méthode

GetInstance() public static méthode

public static GetInstance ( ) : PublishResponseUnmarshaller
Résultat PublishResponseUnmarshaller
        public static PublishResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new PublishResponseUnmarshaller();
            }
            return instance;
        }