AODL.Document.Styles.AbstractStyle.GetStyleWithCache C# (CSharp) Метод

GetStyleWithCache() приватный Метод

private GetStyleWithCache ( ) : string
Результат string
		private string GetStyleWithCache()
		{
			if (m_styleNameCache != null)
				return m_styleNameCache;
			
			m_styleNameCache = GetStyleName();
			return m_styleNameCache;
		}