Amazon.S3.Model.Internal.MarshallTransformations.GetBucketLocationResponseUnmarshaller.GetInstance C# (CSharp) Метод

GetInstance() публичный статический Метод

public static GetInstance ( ) : GetBucketLocationResponseUnmarshaller
Результат GetBucketLocationResponseUnmarshaller
        public static GetBucketLocationResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new GetBucketLocationResponseUnmarshaller();
            }
            return instance;
        }