DotAmf.ServiceModel.Dispatcher.AmfEndpointContext.IsValidDataContract C# (CSharp) Method

IsValidDataContract() private static method

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