Extractor_Serializer.Extractor.IsValidType C# (CSharp) Method

IsValidType() public method

The is valid type.
public IsValidType ( int recordType ) : bool
recordType int /// The record type. ///
return bool
        public bool IsValidType(int recordType)
        {
            return this.Records.ContainsKey(recordType);
        }