DotAmf.ServiceModel.Dispatcher.AmfEndpointContext.IsValidDataContract C# (CSharp) Méthode

IsValidDataContract() private static méthode

Check if type is a valid data contract.
private static IsValidDataContract ( Type type ) : bool
type System.Type
Résultat bool
        private static bool IsValidDataContract(Type type)
        {
            return DataContractHelper.IsDataContract(type);
        }