internal static and internal const
Classes or Methods or things that need calculations done etc are generally static, const are fixed values that never change e.g. names for fields within indexer
Last updated
Classes or Methods or things that need calculations done etc are generally static, const are fixed values that never change e.g. names for fields within indexer
Last updated