System.ServiceModel.Description.ContractDescriptionGenerator.GetServiceContractAttributes C# (CSharp) Метод

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

public static GetServiceContractAttributes ( Type type ) : ServiceContractAttribute>.Dictionary
type System.Type
Результат ServiceContractAttribute>.Dictionary
		public static Dictionary<Type, ServiceContractAttribute> GetServiceContractAttributes (Type type) 
		{
			Dictionary<Type, ServiceContractAttribute> table = new Dictionary<Type, ServiceContractAttribute> ();
			GetServiceContractAttribute (type, table);
			return table;
		}