static void ReadTimestampSet(ref int value, ref FbxSection section) { if (value != -1) { throw new InvalidOperationException("Value " + section.Name + " has already been provided."); } value = section.ReadInt32Value(); }
static void ReadTimestampSet(ref int value, ref FbxSection section) { if(value != -1) throw new InvalidOperationException("Value " + section.Name + " has already been provided."); value = section.ReadInt32Value(); }